1 2 3 4 5 6 7 8 9 10
ifeq ($(CONFIG_MTK_MMPROFILE_SUPPORT),y) # The src folder should exist obj-y += src/ else obj-y += dummy/ endif