2 # Copyright (C) 2017-2019 Tomasz Maciej Nowak <tomek_n@o2.pl>
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR
)/rules.mk
11 BOARDNAME
:= NVIDIA Tegra
12 FEATURES
:= audio boot-part display ext4 fpu gpio pci pcie rootfs-part rtc squashfs usb
14 CPU_SUBTYPE
:= vfpv3-d16
16 KERNEL_PATCHVER
:= 5.4
17 KERNEL_TESTING_PATCHVER
:= 5.4
19 include $(INCLUDE_DIR
)/target.mk
21 KERNELNAME
:= zImage dtbs
23 DEFAULT_PACKAGES
+= e2fsprogs mkf2fs partx-utils
25 define Target
/Description
26 Build firmware image for NVIDIA Tegra SoC devices.
29 $(eval
$(call BuildTarget
))