initial commit
This commit is contained in:
8
hal/hal_audio/config.mk
Executable file
8
hal/hal_audio/config.mk
Executable file
@@ -0,0 +1,8 @@
|
||||
HEADERS += $(HAL_DIR)/hal_audio/*.h
|
||||
SRCDIRS += $(HAL_DIR)/hal_audio
|
||||
|
||||
ifdef MOD_AUDIO
|
||||
SRCDIRS += += $(HAL_DIR)/hal_audio/$(MOD_AUDIO)
|
||||
else
|
||||
$(warning warning you sure no hal_audio?)
|
||||
endif
|
||||
Reference in New Issue
Block a user