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
This commit is contained in:
@@ -19,7 +19,6 @@ POGOPLUG_PRO_UBIFS_OPTS = -m 2048 -e 126KiB -c 4096
|
||||
POGOPLUG_V3_UBI_OPTS = -m 2048 -p 128KiB -s 512
|
||||
POGOPLUG_V3_UBIFS_OPTS = -m 2048 -e 126KiB -c 4096
|
||||
|
||||
KDIR_TMP:=$(KDIR)/tmp
|
||||
VMLINUX:=$(BIN_DIR)/$(IMG_PREFIX)-vmlinux
|
||||
UIMAGE:=$(BIN_DIR)/$(IMG_PREFIX)-uImage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user