summaryrefslogtreecommitdiff
path: root/target/mips/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-26 22:44:06 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-26 22:44:06 +0200
commitc7329ac035d6f4699caa2d7d332cef7b688f19a4 (patch)
tree6e3e652ade26a2b5d17733d2954bf670dc4a40a7 /target/mips/Makefile
parent3cbe6e058f5475222e0136188491df89d4a4f9ad (diff)
add model support for broadcom devices
Diffstat (limited to 'target/mips/Makefile')
-rw-r--r--target/mips/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/mips/Makefile b/target/mips/Makefile
index 66ac4af98..abb98a107 100644
--- a/target/mips/Makefile
+++ b/target/mips/Makefile
@@ -21,7 +21,7 @@ tools-compile:
$(MAKE) -C ../tools/srec2bin all
$(MAKE) -C ../tools/squashfs all
-ifeq ($(ADK_KERNEL_BCM47XX),y)
+ifeq ($(ADK_TARGET_SYSTEM_BROADCOM_BCM47XX),y)
kernel-install: tools-compile
${TARGET_CROSS}objcopy ${OSTRIP} -S ${LINUX_DIR}/vmlinuz.elf \
${BUILD_DIR}/${TARGET_KERNEL}