Makefile 580 B

12345678910111213141516171819202122232425
  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.6
  8. KERNEL_TESTING_PATCHVER:=6.12
  9. FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part
  10. SUBTARGETS:=armv8_64b armv7
  11. define Target/Description
  12. Build firmware images for NXP Layerscape based boards.
  13. endef
  14. include $(INCLUDE_DIR)/target.mk
  15. DEFAULT_PACKAGES += kmod-usb3 kmod-usb-dwc3 kmod-usb-storage \
  16. mkf2fs e2fsprogs partx-utils
  17. $(eval $(call BuildTarget))