blob: 2c4d58e48182256b0813bda7ee14dbb904bd07a9 (
plain) (
blame)
1
2
3
4
5
6
7
|
GCOV_PROFILE := y
ccflags-y += -I$(overlay)/drivers/video/tegra/host
ifdef CONFIG_TEGRA_CAMERA_PLATFORM
obj-y += tegra_camera_platform.o
obj-y += tegra_camera_dev_mfi.o
endif
|