1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-02-15 00:18:03 +00:00
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

13 lines
271 B
Makefile

# debug KOs for ssc
ifeq ($(CONFIG_MTK_SSC_DBG_V1), m)
ifneq ($(wildcard $(srctree)/$(src)/v1),)
obj-$(CONFIG_MTK_SSC_DBG_V1) += v1/
endif
endif
ifeq ($(CONFIG_MTK_SSC_DBG_V2), m)
ifneq ($(wildcard $(srctree)/$(src)/v2),)
obj-$(CONFIG_MTK_SSC_DBG_V1) += v2/
endif
endif