Makefile 637 B

12345678910111213141516171819202122232425
  1. #
  2. # Copyright (C) 2016 Jiang Yutang <[email protected]>
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. include $(TOPDIR)/rules.mk
  8. BOARD:=layerscape
  9. BOARDNAME:=NXP Layerscape
  10. DEVICE_TYPE:=developerboard
  11. KERNEL_PATCHVER:=4.9
  12. FEATURES:=squashfs nand usb pcie gpio fpu ubifs
  13. SUBTARGETS:=armv8_64b armv8_32b
  14. MAINTAINER:=Yangbo Lu <[email protected]>
  15. define Target/Description
  16. Build firmware images for NXP Layerscape based boards.
  17. endef
  18. include $(INCLUDE_DIR)/target.mk
  19. DEFAULT_PACKAGES += kmod-usb3 kmod-usb-dwc3 kmod-usb-storage
  20. $(eval $(call BuildTarget))