summaryrefslogtreecommitdiffstats
path: root/purgatory
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2008-03-18 12:04:25 +0900
committerSimon Horman <horms@verge.net.au>2008-03-18 12:04:25 +0900
commitc7dde08273de1e8aab10cdcf1da1120e7153adfb (patch)
tree1f81c38048f4f7e1003f9ad29cbca105444c4580 /purgatory
parent8ade7cf4de94b3b9f032f287fb4f70eff888ba66 (diff)
downloadkexec-tools-c7dde08273de1e8aab10cdcf1da1120e7153adfb.tar.gz
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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/purgatory/arch/mips/Makefile b/purgatory/arch/mips/Makefile
index b444aaa9..87888f3f 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