summaryrefslogtreecommitdiffstats
path: root/target/linux/apm821xx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/apm821xx/Makefile')
-rw-r--r--target/linux/apm821xx/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/apm821xx/Makefile b/target/linux/apm821xx/Makefile
index bd89c6b332..026466d86d 100644
--- a/target/linux/apm821xx/Makefile
+++ b/target/linux/apm821xx/Makefile
@@ -15,6 +15,10 @@ SUBTARGETS:=nand sata
KERNEL_PATCHVER:=4.4
+define Target/Description
+ Build images for AppliedMicro APM821xx based boards.
+endef
+
include $(INCLUDE_DIR)/target.mk
KERNELNAME:=uImage
@@ -22,8 +26,4 @@ KERNELNAME:=uImage
DEFAULT_PACKAGES += \
kmod-leds-gpio kmod-i2c-core kmod-gpio-button-hotplug
-define Target/Description
- Build images for AppliedMicro APM821xx based boards.
-endef
-
$(eval $(call BuildTarget))