mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-02-15 00:18:03 +00:00
7 lines
281 B
Makefile
7 lines
281 B
Makefile
ccflags-y += -I$(srctree)/drivers/misc/mediatek/include/
|
|
obj-$(CONFIG_MTK_CACHE_PARITY_CHECK) += cache-parity.o
|
|
obj-$(CONFIG_MTK_BUS_PARITY_CHECK) += bus-parity.o
|
|
obj-$(CONFIG_MTK_IRQ_DBG) += irq-dbg.o
|
|
obj-$(CONFIG_MTK_DBGTOP) += dbgtop-drm.o
|
|
obj-$(CONFIG_MTK_BTM_SUPPORT) += btm/
|