10 lines
164 B
Makefile
10 lines
164 B
Makefile
|
#
|
||
|
# Makefile for tegra cec support.
|
||
|
#
|
||
|
|
||
|
subdir-ccflags-y = -Werror
|
||
|
|
||
|
ccflags-y += -I$(overlay)/drivers/video/tegra/dc
|
||
|
|
||
|
obj-$(CONFIG_TEGRA_CEC_SUPPORT) += tegra_cec.o
|