Makefile 620 B

123456789101112131415161718192021222324
  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. KERNEL_PATCHVER:=4.9
  11. FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4
  12. SUBTARGETS:=armv8_64b armv8_32b armv7
  13. MAINTAINER:=Yangbo Lu <[email protected]>
  14. define Target/Description
  15. Build firmware images for NXP Layerscape based boards.
  16. endef
  17. include $(INCLUDE_DIR)/target.mk
  18. DEFAULT_PACKAGES += kmod-usb3 kmod-usb-dwc3 kmod-usb-storage
  19. $(eval $(call BuildTarget))