kernel_samsung_a34x-permissive/drivers/misc/mediatek/debug_latch/lastbus/Makefile
2024-04-28 15:51:13 +02:00

7 lines
123 B
Makefile

obj-y += lastbus.o
ifeq ($(CONFIG_MACH_MT6781),y)
obj-y += mt6781/
else
obj-y += $(subst ",,$(CONFIG_MTK_PLATFORM))/
endif