aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/image/Makefile
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
commite965da36fedaaa823349abba05152f78faed17e7 (patch)
tree1a89073f17d472e6391abd3c9888eed1f4516937 /target/linux/mvebu/image/Makefile
parent70648f53951e014bb852ac014e6baea05e6f3001 (diff)
downloadmaster-187ad058-e965da36fedaaa823349abba05152f78faed17e7.tar.gz
master-187ad058-e965da36fedaaa823349abba05152f78faed17e7.tar.bz2
master-187ad058-e965da36fedaaa823349abba05152f78faed17e7.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46592 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mvebu/image/Makefile')
-rw-r--r--target/linux/mvebu/image/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile
index df75836412..7f270dd530 100644
--- a/target/linux/mvebu/image/Makefile
+++ b/target/linux/mvebu/image/Makefile
@@ -12,10 +12,6 @@ include $(INCLUDE_DIR)/image.mk
LOADADDR:=0x00008000
-
-KDIR_TMP:=$(KDIR)/tmp
-
-
define Image/Build/DTB
cp $(KDIR)/zImage$(2) $(KDIR)/zImage$(2)-$(1);
cat $(DTS_DIR)/$(1).dtb >> $(KDIR)/zImage$(2)-$(1);