X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fmpc85xx%2FMakefile;fp=target%2Flinux%2Fmpc85xx%2FMakefile;h=7f986452c557c26873dfe4e9a3249c87875517ca;hp=efd48d7d41cc3d93fd60dde2cf6c7bd0e2996d46;hb=aa53f78038d541052de8764323f6f26578327606;hpb=a810e7789ab52b65dca7c3dc74e0b96f44679950 diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index efd48d7d41..7f986452c5 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -16,6 +16,10 @@ SUBTARGETS=generic p1020 KERNEL_PATCHVER:=4.4 +define Target/Description + Build images for the Freescale MPC85xx based boards. +endef + include $(INCLUDE_DIR)/target.mk KERNEL_IMAGES := zImage @@ -27,8 +31,4 @@ DEFAULT_PACKAGES += \ kmod-input-core kmod-input-gpio-keys kmod-button-hotplug \ kmod-leds-gpio swconfig kmod-ath9k wpad-mini -define Target/Description - Build images for the Freescale MPC85xx based boards. -endef - $(eval $(call BuildTarget))