initial commit
This commit is contained in:
8
hal/hal_flash/config.mk
Executable file
8
hal/hal_flash/config.mk
Executable file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user