build: add a config option for enabling a testing version of the target kernel
[openwrt/staging/blogic.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 KERNEL_TESTING_PATCHVER := 4.19
19
20 include $(INCLUDE_DIR)/target.mk
21
22 KERNELNAME := zImage dtbs
23
24 DEFAULT_PACKAGES += e2fsprogs mkf2fs partx-utils
25
26 define Target/Description
27 Build firmware image for NVIDIA Tegra SoC devices.
28 endef
29
30 $(eval $(call BuildTarget))