
ifeq ($(CONFIG_MTK_MMPROFILE_SUPPORT),y)
# The src folder should exist
obj-y += src/

else

obj-y += dummy/

endif
