KT25-0812_82A-UART/cpu/br25/audio_effect/Makefile

20 lines
286 B
Makefile
Raw Normal View History

2025-08-12 10:09:23 +00:00
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