Makefile based firmware build works
This commit is contained in:
parent
fc93297737
commit
7af47a4b2e
12 changed files with 1014 additions and 12 deletions
|
@ -3,14 +3,8 @@ REL_DIR := $(patsubst %/,%,$(dir $(lastword $(MAKEFILE_LIST))))
|
|||
ifeq ($(MKDBG), 1)
|
||||
$(info >>> $(REL_DIR)/component.mk)
|
||||
endif
|
||||
#$(eval C_SOURCES += $(wildcard $(REL_DIR)/*.c))
|
||||
$(eval C_SOURCES += \
|
||||
$(REL_DIR)/dmahelper.c \
|
||||
$(REL_DIR)/crcscheduler.c \
|
||||
$(REL_DIR)/strutil.c \
|
||||
$(REL_DIR)/memcpydma.c ) \
|
||||
#$(REL_DIR)/packetusart.c \
|
||||
#$(REL_DIR)/consolehandler.c \
|
||||
|
||||
$(eval C_SOURCES += $(wildcard $(REL_DIR)/*.c))
|
||||
|
||||
ifeq ($(MKDBG), 1)
|
||||
$(info <<<)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue