aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/image
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-08-14 10:20:53 +0000
committerJonas Gorski <jogo@openwrt.org>2015-08-14 10:20:53 +0000
commitbed330204a9f42a6796cb381cf4d67cc5cd7891e (patch)
tree263866c707db92a7fd59b30c440974032091d4b6 /target/linux/lantiq/image
parent5b25a12e8fa741e4a63b081be1111a3194b86bf4 (diff)
downloadupstream-bed330204a9f42a6796cb381cf4d67cc5cd7891e.tar.gz
upstream-bed330204a9f42a6796cb381cf4d67cc5cd7891e.tar.bz2
upstream-bed330204a9f42a6796cb381cf4d67cc5cd7891e.zip
image.mk: move KDIR_TMP definition to a central location
Instead of each target defining it the same, move the KDIR_TMP definition to include/image.mk. In addition Image/Build/SysupgradeNAND already requires KDIR_TMP to be set, so it makes sense to have it globally defined. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46592
Diffstat (limited to 'target/linux/lantiq/image')
-rw-r--r--target/linux/lantiq/image/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile
index cbe334cb9c..0627b5bd7c 100644
--- a/target/linux/lantiq/image/Makefile
+++ b/target/linux/lantiq/image/Makefile
@@ -13,8 +13,6 @@ JFFS2_BLOCKSIZE = 64k 128k 256k
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
-KDIR_TMP:=$(KDIR)/tmp
-
LOADER_MAKE := $(NO_TRACE_MAKE) -C lzma-loader KDIR=$(KDIR)
define Image/BuildLoader/Template