diff options
author | Simon Horman <horms@verge.net.au> | 2008-03-18 12:04:25 +0900 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2008-03-18 12:04:25 +0900 |
commit | c7dde08273de1e8aab10cdcf1da1120e7153adfb (patch) | |
tree | 1f81c38048f4f7e1003f9ad29cbca105444c4580 /purgatory | |
parent | 8ade7cf4de94b3b9f032f287fb4f70eff888ba66 (diff) |
Subject: distribute mips_PURGATORY_SRCS
From: Simon Horman <horms@verge.net.au>
Fix a typo and distribute $(mips_PURGATORY_SRCS) instead of
$(mips_PURGATORY_C_SRCS) as the latter is empty.
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'purgatory')
-rw-r--r-- | purgatory/arch/mips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/purgatory/arch/mips/Makefile b/purgatory/arch/mips/Makefile index b444aaa..87888f3 100644 --- a/purgatory/arch/mips/Makefile +++ b/purgatory/arch/mips/Makefile @@ -5,6 +5,6 @@ mips_PURGATORY_SRCS+= purgatory/arch/mips/purgatory-mips.c mips_PURGATORY_SRCS+= purgatory/arch/mips/console-mips.c -dist += purgatory/arch/mips/Makefile $(mips_PURGATORY_C_SRCS) \ +dist += purgatory/arch/mips/Makefile $(mips_PURGATORY_SRCS) \ purgatory/arch/mips/purgatory-mips.h |