From c7329ac035d6f4699caa2d7d332cef7b688f19a4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 26 Apr 2011 22:44:06 +0200 Subject: add model support for broadcom devices --- target/mips/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/mips/Makefile') 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} -- cgit v1.2.3