tegra: add new target
[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 MAINTAINER := Tomasz Maciej Nowak <tomek_n@o2.pl>
16
17 KERNEL_PATCHVER := 4.14
18
19 include $(INCLUDE_DIR)/target.mk
20
21 KERNELNAME := zImage dtbs
22
23 DEFAULT_PACKAGES += e2fsprogs mkf2fs partx-utils
24
25 define Target/Description
26 Build firmware image for NVIDIA Tegra SoC devices.
27 endef
28
29 $(eval $(call BuildTarget))