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/xburst/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/xburst') diff --git a/target/linux/xburst/image/Makefile b/target/linux/xburst/image/Makefile index 0de5560c96..49bb254164 100644 --- a/target/linux/xburst/image/Makefile +++ b/target/linux/xburst/image/Makefile @@ -27,7 +27,7 @@ endef define MkImageGzip gzip -9 -c $(1) > $(1).gz mkimage -A mips -O linux -T kernel -a 0x80010000 -C gzip \ - -e $(call kernel_entry,$(LINUX_DIR)/vmlinux) -n 'MIPS OpenWrt Linux-$(LINUX_VERSION)' \ + -e $(call kernel_entry,$(KDIR)/vmlinux.debug) -n 'MIPS OpenWrt Linux-$(LINUX_VERSION)' \ -d $(1).gz $(2) endef -- cgit v1.2.3