Makefile 550 B

123456789101112131415161718192021222324
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Copyright (C) 2016 Jiang Yutang <[email protected]>
  4. include $(TOPDIR)/rules.mk
  5. BOARD:=layerscape
  6. BOARDNAME:=NXP Layerscape
  7. KERNEL_PATCHVER:=6.1
  8. FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part
  9. SUBTARGETS:=armv8_64b armv7
  10. define Target/Description
  11. Build firmware images for NXP Layerscape based boards.
  12. endef
  13. include $(INCLUDE_DIR)/target.mk
  14. DEFAULT_PACKAGES += kmod-usb3 kmod-usb-dwc3 kmod-usb-storage \
  15. mkf2fs e2fsprogs partx-utils
  16. $(eval $(call BuildTarget))