summaryrefslogtreecommitdiff
path: root/kexec
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 /kexec
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 'kexec')
-rw-r--r--kexec/Makefile1
-rw-r--r--kexec/arch/mipsel/Makefile13
2 files changed, 10 insertions, 4 deletions
diff --git a/kexec/Makefile b/kexec/Makefile
index 36bfa3a..d08280f 100644
--- a/kexec/Makefile
+++ b/kexec/Makefile
@@ -33,6 +33,7 @@ include $(srcdir)/kexec/arch/alpha/Makefile
include $(srcdir)/kexec/arch/arm/Makefile
include $(srcdir)/kexec/arch/i386/Makefile
include $(srcdir)/kexec/arch/ia64/Makefile
+include $(srcdir)/kexec/arch/mipsel/Makefile
include $(srcdir)/kexec/arch/ppc/Makefile
include $(srcdir)/kexec/arch/ppc64/Makefile
include $(srcdir)/kexec/arch/s390/Makefile
diff --git a/kexec/arch/mipsel/Makefile b/kexec/arch/mipsel/Makefile
index a9df1b6..a5a41d7 100644
--- a/kexec/arch/mipsel/Makefile
+++ b/kexec/arch/mipsel/Makefile
@@ -1,7 +1,12 @@
#
# kexec mipsel (linux booting linux)
#
-KEXEC_C_SRCS+= kexec/arch/mipsel/kexec-mipsel.c
-KEXEC_C_SRCS+= kexec/arch/mipsel/kexec-elf-mipsel.c
-KEXEC_C_SRCS+= kexec/arch/mipsel/kexec-elf-rel-mipsel.c
-KEXEC_S_SRCS+= kexec/arch/mipsel/mipsel-setup-simple.S
+mipsel_KEXEC_SRCS = kexec/arch/mipsel/kexec-mipsel.c
+mipsel_KEXEC_SRCS += kexec/arch/mipsel/kexec-elf-mipsel.c
+mipsel_KEXEC_SRCS += kexec/arch/mipsel/kexec-elf-rel-mipsel.c
+mipsel_KEXEC_SRCS += kexec/arch/mipsel/mipsel-setup-simple.S
+
+dist += kexec/arch/mipsel/Makefile $(mipsel_KEXEC_SRCS) \
+ kexec/arch/mipsel/kexec-mipsel.h \
+ kexec/arch/mipsel/include/arch/options.h
+