8 lines
176 B
Makefile
8 lines
176 B
Makefile
|
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
|