aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/sh/boot/compressed/Makefile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-05-10 00:55:45 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-05-10 00:55:45 +0900
commitb20883562455060272126c36563a7d8edafc30d3 (patch)
tree5a5c814322e5ff0bb21c60c96b8d9dc29d6b9e75 /arch/sh/boot/compressed/Makefile
parentsh: Provide a tighter BOOT_LINK_OFFSET definition for the Cayman board. (diff)
downloadwireguard-linux-b20883562455060272126c36563a7d8edafc30d3.tar.xz
wireguard-linux-b20883562455060272126c36563a7d8edafc30d3.zip
sh: Provide a BITS definition, use it in the arch/sh/boot/ Makefiles.
This introduces a BITS export that can handily be picked up by Makefiles for cleaner sharing. Reflect its use in arch/sh/boot/compressed/ in preparation for unifying the Makefiles. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boot/compressed/Makefile')
-rw-r--r--arch/sh/boot/compressed/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh/boot/compressed/Makefile b/arch/sh/boot/compressed/Makefile
index efb01dc3c8c3..f0a71df26096 100644
--- a/arch/sh/boot/compressed/Makefile
+++ b/arch/sh/boot/compressed/Makefile
@@ -1,5 +1 @@
-ifeq ($(CONFIG_SUPERH32),y)
include ${srctree}/arch/sh/boot/compressed/Makefile_32
-else
-include ${srctree}/arch/sh/boot/compressed/Makefile_64
-endif