summaryrefslogtreecommitdiff
path: root/drivers/staging/media/tegra-video/Makefile
blob: 96380b5dbd8bb0fedfe6ae3df172187b4a0b5586 (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: GPL-2.0
tegra-video-objs := \
		video.o \
		vi.o \
		vip.o \
		csi.o

tegra-video-$(CONFIG_ARCH_TEGRA_2x_SOC)  += tegra20.o
tegra-video-$(CONFIG_ARCH_TEGRA_3x_SOC)  += tegra20.o
tegra-video-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210.o
obj-$(CONFIG_VIDEO_TEGRA) += tegra-video.o