Makefile 724 B

123456789101112131415161718192021222324252627282930
  1. #
  2. # Copyright (C) 2017-2019 Tomasz Maciej Nowak <[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. ARCH := arm
  9. BOARD := tegra
  10. BOARDNAME := NVIDIA Tegra
  11. FEATURES := audio boot-part display ext4 fpu gpio pci pcie rootfs-part rtc squashfs usb
  12. CPU_TYPE := cortex-a9
  13. CPU_SUBTYPE := vfpv3
  14. MAINTAINER := Tomasz Maciej Nowak <[email protected]>
  15. KERNEL_PATCHVER := 4.14
  16. KERNEL_TESTING_PATCHVER := 4.19
  17. include $(INCLUDE_DIR)/target.mk
  18. KERNELNAME := zImage dtbs
  19. DEFAULT_PACKAGES += e2fsprogs mkf2fs partx-utils
  20. define Target/Description
  21. Build firmware image for NVIDIA Tegra SoC devices.
  22. endef
  23. $(eval $(call BuildTarget))