The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / nvidia-tegra23 / nvidia-tegra23.mk
1 ################################################################################
2 #
3 # nvidia-tegra23
4 #
5 ################################################################################
6
7 NVIDIA_TEGRA23_VERSION = 16.5
8
9 ifeq ($(BR2_PACKAGE_NVIDIA_TEGRA23_TEGRA2),y)
10 NVIDIA_TEGRA23_SITE = http://developer.download.nvidia.com/mobile/tegra/l4t/r16.5.0/ventana_release_armhf
11 NVIDIA_TEGRA23_BASE = Tegra20_Linux
12 endif
13 ifeq ($(BR2_PACKAGE_NVIDIA_TEGRA23_TEGRA3),y)
14 NVIDIA_TEGRA23_SITE = http://developer.download.nvidia.com/mobile/tegra/l4t/r16.5.0/cardhu_release_armhf
15 NVIDIA_TEGRA23_BASE = Tegra30_Linux
16 endif
17
18 include $(sort $(wildcard package/nvidia-tegra23/*/*.mk))