Makefile 646 B

1234567891011121314151617181920212223242526
  1. #
  2. # Copyright (C) 2016 Jiang Yutang <jiangyutang1978@gmail.com>
  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.4
  12. KERNELNAME:=Image dtbs
  13. FEATURES:=squashfs nand usb pcie gpio
  14. SUBTARGETS:=64b 32b
  15. MAINTAINER:=Jiang Yutang <jiangyutang1978@gmail.com>
  16. include $(INCLUDE_DIR)/target.mk
  17. define Target/Description
  18. Build firmware images for $(BOARDNAME) SoC devices.
  19. endef
  20. DEFAULT_PACKAGES += kmod-usb3 kmod-usb-dwc3 kmod-usb-storage
  21. $(eval $(call BuildTarget))