From 8295b1f7f2a67ad2e6a61e6fa633ec809e865703 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 21 Jul 2014 18:42:11 +0000 Subject: target/linux/*/image/Makefile: eliminate more LINUX_DIR users Signed-off-by: John Crispin SVN-Revision: 41792 --- target/linux/malta/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/malta') diff --git a/target/linux/malta/image/Makefile b/target/linux/malta/image/Makefile index c0e520fbee..db2637ad8f 100644 --- a/target/linux/malta/image/Makefile +++ b/target/linux/malta/image/Makefile @@ -21,7 +21,7 @@ endef define MkuImage mkimage -A mips -O linux -T kernel -a 0x80100000 -C $(1) $(2) \ - -e $(call get_kernel_entry,$(LINUX_DIR)/vmlinux) -n 'MIPS OpenWrt Linux-$(LINUX_VERSION)' \ + -e $(call get_kernel_entry,$(KDIR)/vmlinux.debug) -n 'MIPS OpenWrt Linux-$(LINUX_VERSION)' \ -d $(3) $(4) endef -- cgit v1.2.3