KT25-0812_82A-UART/cpu/br25/audio_effect/Makefile
2025-08-12 18:09:23 +08:00

20 lines
286 B
Makefile

objs += \
ifeq ($(APP_CASE),earphone)
objs += \
else ifeq ($(APP_CASE),soundbox)
objs += \
$(ROOT)/cpu/$(CPU)/audio_effect/eq_config.o \
else ifeq ($(APP_CASE),dongle)
objs += \
else ifeq ($(APP_CASE),bt_udisk)
objs += \
$(ROOT)/cpu/$(CPU)/audio_effect/eq_config.o \
endif