..
This commit is contained in:
@@ -36,7 +36,7 @@ PRJ_OBJECTS := $(addprefix $(OUTPUT_DIR)/, $(PRJ_SOURCE:.c=.rel))
|
||||
SPL_ROOT = $(PRJ_INC_DIR)/stm8l151x
|
||||
SPL_SRC_DIR = $(SPL_ROOT)/src
|
||||
SPL_INC_DIR = $(SPL_ROOT)/inc
|
||||
SPL_SOURCE = stm8l15x_usart.c stm8l15x_clk.c stm8l15x_gpio.c stm8l15x_rtc.c #$(notdir $(wildcard $(SPL_SRC_DIR)/*.c))
|
||||
SPL_SOURCE = stm8l15x_clk.c stm8l15x_gpio.c stm8l15x_rtc.c stm8l15x_it.c #$(notdir $(wildcard $(SPL_SRC_DIR)/*.c))
|
||||
SPL_OBJECTS := $(addprefix $(OUTPUT_DIR)/, $(SPL_SOURCE:.c=.rel))
|
||||
|
||||
# collect all include folders
|
||||
|
||||
Reference in New Issue
Block a user