treewide: remove maintainer variable from targets
[openwrt/openwrt.git] / target / linux / tegra / Makefile
1 #
2 # Copyright (C) 2017-2019 Tomasz Maciej Nowak <tomek_n@o2.pl>
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
9 ARCH := arm
10 BOARD := tegra
11 BOARDNAME := NVIDIA Tegra
12 FEATURES := audio boot-part display ext4 fpu gpio pci pcie rootfs-part rtc squashfs usb
13 CPU_TYPE := cortex-a9
14 CPU_SUBTYPE := vfpv3
15
16 KERNEL_PATCHVER := 4.19
17
18 include $(INCLUDE_DIR)/target.mk
19
20 KERNELNAME := zImage dtbs
21
22 DEFAULT_PACKAGES += e2fsprogs mkf2fs partx-utils
23
24 define Target/Description
25 Build firmware image for NVIDIA Tegra SoC devices.
26 endef
27
28 $(eval $(call BuildTarget))