build: fix subtarget descriptions
[openwrt/openwrt.git] / target / linux / arm64 / Makefile
index f0d23d0ebea2e0dc98ababc60b8480fb3b7b9264..6bf89a7194d174e48373ceeddd6074bdf3284978 100644 (file)
@@ -17,12 +17,12 @@ KERNEL_PATCHVER:=4.4
 
 DEVICE_TYPE:=developerboard
 
-include $(INCLUDE_DIR)/target.mk
-
 define Target/Description
        Build multi-platform images for the ARMv8 instruction set architecture
 endef
 
+include $(INCLUDE_DIR)/target.mk
+
 KERNELNAME:=Image dtbs
 
 $(eval $(call BuildTarget))