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/ar7/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'target/linux/ar7') diff --git a/target/linux/ar7/Makefile b/target/linux/ar7/Makefile index 1832e7b5e0..c5a6035b53 100644 --- a/target/linux/ar7/Makefile +++ b/target/linux/ar7/Makefile @@ -15,12 +15,12 @@ SUBTARGETS:=generic ac49x KERNEL_PATCHVER:=3.18 -include $(INCLUDE_DIR)/target.mk - -DEFAULT_PACKAGES+= swconfig - define Target/Description Build firmware images for TI AR7 based routers. endef +include $(INCLUDE_DIR)/target.mk + +DEFAULT_PACKAGES+= swconfig + $(eval $(call BuildTarget)) -- cgit v1.2.3