Makefile 574 B

1234567891011121314151617181920212223242526
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Copyright (C) 2017-2019 Tomasz Maciej Nowak <[email protected]>
  4. include $(TOPDIR)/rules.mk
  5. ARCH := arm
  6. BOARD := tegra
  7. BOARDNAME := NVIDIA Tegra
  8. FEATURES := audio boot-part display ext4 fpu gpio pci pcie rootfs-part rtc squashfs usb
  9. CPU_TYPE := cortex-a9
  10. CPU_SUBTYPE := vfpv3-d16
  11. KERNEL_PATCHVER := 5.10
  12. include $(INCLUDE_DIR)/target.mk
  13. KERNELNAME := zImage dtbs
  14. DEFAULT_PACKAGES += e2fsprogs mkf2fs partx-utils
  15. define Target/Description
  16. Build firmware image for NVIDIA Tegra SoC devices.
  17. endef
  18. $(eval $(call BuildTarget))