fusion/hal/hal_storage/config.mk

7 lines
206 B
Makefile
Raw Permalink Normal View History

2025-08-05 07:53:44 +00:00
SRC += $(wildcard $(HAL_DIR)/hal_storage/*.c)
CFLAGS += -I$(HAL_DIR)/hal_storage
ifdef MOD_AUDIO
SRC += $(wildcard $(HAL_DIR)/hal_storage/$(MOD_AUDIO)/*.c)
else
$(warning warning you sure no audio?)
endif