6 lines
136 B
Makefile
6 lines
136 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
|
||
|
obj-$(CONFIG_MTK_LEDS) := mtk_leds.o
|
||
|
|
||
|
ccflags-y += -I$(srctree)/drivers/misc/mediatek/video/include
|