diff options
author | John Crispin <blogic@openwrt.org> | 2014-07-21 18:42:11 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-07-21 18:42:11 +0000 |
commit | 8d8ae568448e5b6677d7a87a1033eb34e3cf6043 (patch) | |
tree | 0bf9b16a7fa779b9ee9c90a2d333997240462e12 /target/linux/malta/image/Makefile | |
parent | b31d078c16f97674cfd531b4a180f26af6a305a2 (diff) | |
download | upstream-8d8ae568448e5b6677d7a87a1033eb34e3cf6043.tar.gz upstream-8d8ae568448e5b6677d7a87a1033eb34e3cf6043.tar.bz2 upstream-8d8ae568448e5b6677d7a87a1033eb34e3cf6043.zip |
target/linux/*/image/Makefile: eliminate more LINUX_DIR users
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41792 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/malta/image/Makefile')
-rw-r--r-- | target/linux/malta/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |