fusion/hal/hal_flash/config.mk

8 lines
187 B
Makefile
Raw Normal View History

2025-08-05 07:53:44 +00:00
HEADERS += $(HAL_DIR)/hal_flash/*.h
SRCDIRS += $(HAL_DIR)/hal_flash
ifdef MOD_FLASH
SRCDIRS += += $(HAL_DIR)/hal_flash/$(MOD_FLASH)
else
$(warning warning you sure no hal_flash?)
endif