7 lines
123 B
Makefile
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
|