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