From bed330204a9f42a6796cb381cf4d67cc5cd7891e Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Fri, 14 Aug 2015 10:20:53 +0000 Subject: 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 SVN-Revision: 46592 --- target/linux/mvebu/image/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'target/linux/mvebu/image') 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); -- cgit v1.2.3