summaryrefslogtreecommitdiffstats
path: root/purgatory
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
parentba08dad1bf4b4e0918f585b5e1bde47402ccaa93 (diff)
downloadkexec-tools-5561b00ad3e19f3e9a0c507a98a456fc8760f0e5.tar.gz
kexec-tools: mipsel: Update mipsel port for recent build changes
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'purgatory')
-rw-r--r--purgatory/Makefile1
-rw-r--r--purgatory/arch/mipsel/Makefile8
2 files changed, 7 insertions, 2 deletions
diff --git a/purgatory/Makefile b/purgatory/Makefile
index 9ffa5220..61035449 100644
--- a/purgatory/Makefile
+++ b/purgatory/Makefile
@@ -20,6 +20,7 @@ include $(srcdir)/purgatory/arch/alpha/Makefile
include $(srcdir)/purgatory/arch/arm/Makefile
include $(srcdir)/purgatory/arch/i386/Makefile
include $(srcdir)/purgatory/arch/ia64/Makefile
+include $(srcdir)/purgatory/arch/mipsel/Makefile
include $(srcdir)/purgatory/arch/ppc/Makefile
include $(srcdir)/purgatory/arch/ppc64/Makefile
include $(srcdir)/purgatory/arch/s390/Makefile
diff --git a/purgatory/arch/mipsel/Makefile b/purgatory/arch/mipsel/Makefile
index 7ff1702c..c6e0580a 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