7 lines
282 B
Makefile
7 lines
282 B
Makefile
ccflags-y += -I$(srctree)/drivers/misc/mediatek/include/
|
|
|
|
obj-$(CONFIG_MTK_CACHE_PARITY_CHECK) += cache-parity.o
|
|
obj-$(CONFIG_MTK_DBGTOP) += dbgtop-drm.o
|
|
obj-$(CONFIG_MTK_IRQ_DBG) += irq-dbg.o
|
|
obj-$(CONFIG_MTK_BUS_PARITY_CHECK) += bus-parity.o
|
|
obj-$(CONFIG_MTK_BTM_SUPPORT) += btm/
|