build: fix subtarget descriptions

Move Target/Description above the target.mk include

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau
2016-09-04 13:34:18 +02:00
parent a810e7789a
commit aa53f78038
21 changed files with 58 additions and 60 deletions

View File

@@ -17,10 +17,10 @@ KERNEL_PATCHVER:=4.4
DEVICE_TYPE:=developerboard
include $(INCLUDE_DIR)/target.mk
define Target/Description
Synopsys DesignWare boards
endef
include $(INCLUDE_DIR)/target.mk
$(eval $(call BuildTarget))