ifeq ($(CONFIG_MTK_C2K_SUPPORT), y)

obj-y := c2k_platform.o c2k_sdio_platform.o

else
obj-  := dummy.o # avoid build error
endif
