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

else

obj-y += dummy/

endif
