summaryrefslogtreecommitdiff
path: root/purgatory/arch
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2008-02-27 19:28:36 +0900
committerSimon Horman <horms@verge.net.au>2008-03-06 18:50:46 +0900
commit5561b00ad3e19f3e9a0c507a98a456fc8760f0e5 (patch)
tree473d5fff1eb8d111340dc96086c190f711307144 /purgatory/arch
parentba08dad1bf4b4e0918f585b5e1bde47402ccaa93 (diff)
kexec-tools: mipsel: Update mipsel port for recent build changes
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'purgatory/arch')
-rw-r--r--purgatory/arch/mipsel/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/purgatory/arch/mipsel/Makefile b/purgatory/arch/mipsel/Makefile
index 7ff1702..c6e0580 100644
--- a/purgatory/arch/mipsel/Makefile
+++ b/purgatory/arch/mipsel/Makefile
@@ -2,6 +2,10 @@
# Purgatory mipsel
#
-PURGATORY_C_SRCS+= purgatory/arch/mipsel/purgatory-mipsel.c
-PURGATORY_C_SRCS+= purgatory/arch/mipsel/console-mipsel.c
+mipsel_PURGATORY_C_SRCS+= purgatory/arch/mipsel/purgatory-mipsel.c
+mipsel_PURGATORY_C_SRCS+= purgatory/arch/mipsel/console-mipsel.c
+
+dist += purgatory/arch/mipsel/Makefile $(mipsel_PURGATORY_C_SRCS) \
+ purgatory/arch/mipsel/include/limits.h \
+ purgatory/arch/mipsel/purgatory-mipsel.h