diff options
Diffstat (limited to 'target/mips/Makefile')
-rw-r--r-- | target/mips/Makefile | 2 |
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} |