initial commit
This commit is contained in:
7
hal/hal_watchdog/config.mk
Executable file
7
hal/hal_watchdog/config.mk
Executable file
@@ -0,0 +1,7 @@
|
||||
SRC += $(wildcard $(HAL_DIR)/hal_watchdog/*.c)
|
||||
CFLAGS += -I$(HAL_DIR)/hal_watchdog
|
||||
ifdef MOD_WATCHDOG
|
||||
SRC += $(wildcard $(HAL_DIR)/hal_watchdog/$(MOD_WATCHDOG)/*.c)
|
||||
else
|
||||
$(warning warning you sure no audio?)
|
||||
endif
|
||||
Reference in New Issue
Block a user