Makefile 692 B

1234567891011121314151617181920212223242526272829
  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.19
  16. include $(INCLUDE_DIR)/target.mk
  17. KERNELNAME := zImage dtbs
  18. DEFAULT_PACKAGES += e2fsprogs mkf2fs partx-utils
  19. define Target/Description
  20. Build firmware image for NVIDIA Tegra SoC devices.
  21. endef
  22. $(eval $(call BuildTarget))