Skip to content
Snippets Groups Projects
Commit 88803f74 authored by cnlohr's avatar cnlohr
Browse files

Allow $(EXTRA_CFLAGS)

parent 4ebaaa6d
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ CFLAGS+= \ ...@@ -13,7 +13,7 @@ CFLAGS+= \
-I$(CH32V003FUN)/../extralibs \ -I$(CH32V003FUN)/../extralibs \
-I$(CH32V003FUN) \ -I$(CH32V003FUN) \
-nostdlib \ -nostdlib \
-I. -Wall -I. -Wall $(EXTRA_CFLAGS)
LINKER_SCRIPT?=$(CH32V003FUN)/ch32v003fun.ld LINKER_SCRIPT?=$(CH32V003FUN)/ch32v003fun.ld
......
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