From 806624add541bd828516a58aab20ae19ae9e431f Mon Sep 17 00:00:00 2001 From: Yangbo Lu Date: Thu, 29 Jun 2017 11:19:07 +0800 Subject: layerscape: rename subtargets and update makefile files Rename subtargets 32b/64b with armv8_32b/armv8_64b which are more proper, and update makefile files. There also will be other subtargets added in the future, like armv7. Signed-off-by: Yangbo Lu --- target/linux/layerscape/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'target/linux/layerscape/Makefile') diff --git a/target/linux/layerscape/Makefile b/target/linux/layerscape/Makefile index 3def184b94..c2d3cc07af 100644 --- a/target/linux/layerscape/Makefile +++ b/target/linux/layerscape/Makefile @@ -12,15 +12,15 @@ DEVICE_TYPE:=developerboard KERNEL_PATCHVER:=4.4 KERNELNAME:=Image dtbs FEATURES:=squashfs nand usb pcie gpio -SUBTARGETS:=64b 32b +SUBTARGETS:=armv8_64b armv8_32b MAINTAINER:=Yangbo Lu -include $(INCLUDE_DIR)/target.mk - define Target/Description - Build firmware images for $(BOARDNAME) SoC devices. + Build firmware images for NXP Layerscape based boards. endef +include $(INCLUDE_DIR)/target.mk + DEFAULT_PACKAGES += kmod-usb3 kmod-usb-dwc3 kmod-usb-storage $(eval $(call BuildTarget)) -- cgit v1.2.3