Skip to content
Snippets Groups Projects
Commit 431a2237 authored by cnlohr's avatar cnlohr
Browse files

Allow SYSTEM_C to be overridden.

parent dc45c4d6
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ CFLAGS+= \
LDFLAGS+=-T $(CH32V003FUN)/ch32v003fun.ld -Wl,--gc-sections -L$(CH32V003FUN)/../misc -lgcc
SYSTEM_C:=$(CH32V003FUN)/ch32v003fun.c
SYSTEM_C?=$(CH32V003FUN)/ch32v003fun.c
TARGET_EXT?=c
$(TARGET).elf : $(SYSTEM_C) $(TARGET).$(TARGET_EXT) $(ADDITIONAL_C_FILES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment