summaryrefslogtreecommitdiff
path: root/kexec/arch/ppc64/Makefile
diff options
context:
space:
mode:
authorJamey Sharp <jamey@thetovacompany.com>2008-04-22 16:21:10 -0700
committerSimon Horman <horms@verge.net.au>2008-04-24 11:21:31 +1000
commiteb5c1bab95722a56cc44beddd1eba8dd9470c82f (patch)
tree8a6858a73812bfd48c4f9a515d96b219126a811a /kexec/arch/ppc64/Makefile
parentd1e7c0fa1f66c74c0f0de9673041a19a1eceb35b (diff)
Replace weak definitions with source filename overriding.
This reduces the kexec-tools' demands on the capabilities of the toolchain, and improves standards conformance, without really changing maintenance complexity. Signed-off-by: Jamey Sharp <jamey@thetovacompany.com> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'kexec/arch/ppc64/Makefile')
-rw-r--r--kexec/arch/ppc64/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/kexec/arch/ppc64/Makefile b/kexec/arch/ppc64/Makefile
index 90250f6..7ed0aa9 100644
--- a/kexec/arch/ppc64/Makefile
+++ b/kexec/arch/ppc64/Makefile
@@ -8,6 +8,8 @@ ppc64_KEXEC_SRCS += kexec/arch/ppc64/kexec-elf-ppc64.c
ppc64_KEXEC_SRCS += kexec/arch/ppc64/kexec-ppc64.c
ppc64_KEXEC_SRCS += kexec/arch/ppc64/crashdump-ppc64.c
+ppc64_ARCH_REUSE_INITRD =
+
dist += kexec/arch/ppc64/Makefile $(ppc64_KEXEC_SRCS) \
kexec/arch/ppc64/kexec-ppc64.h kexec/arch/ppc64/crashdump-ppc64.h \
kexec/arch/ppc64/include/arch/options.h