From aa53f78038d541052de8764323f6f26578327606 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 4 Sep 2016 13:34:18 +0200 Subject: build: fix subtarget descriptions Move Target/Description above the target.mk include Signed-off-by: Felix Fietkau --- target/linux/xburst/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/xburst') diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile index 258a743643..df499b6d53 100644 --- a/target/linux/xburst/Makefile +++ b/target/linux/xburst/Makefile @@ -16,10 +16,10 @@ KERNEL_PATCHVER:=3.18 DEVICE_TYPE=other -include $(INCLUDE_DIR)/target.mk - define Target/Description Build firmware images for XBurst JZ47x0 based boards. endef +include $(INCLUDE_DIR)/target.mk + $(eval $(call BuildTarget)) -- cgit v1.2.3