sim: erc32: drop -I$(srcroot)
Since the port doesn't actually use this include, drop it. No other port is doing this either.
This commit is contained in:
parent
508de64120
commit
2a1b3235f2
1 changed files with 1 additions and 1 deletions
|
@ -28,6 +28,6 @@ SIM_EXTRA_LIBS = $(READLINE_LIB) $(TERMCAP_LIB)
|
|||
# UARTS run at about 115200 baud (simulator time). Add -DFAST_UART to
|
||||
# CFLAGS if faster (infinite) UART speed is desired. Might affect the
|
||||
# behaviour of UART interrupt routines ...
|
||||
SIM_EXTRA_CFLAGS += -DFAST_UART -I$(srcroot)
|
||||
SIM_EXTRA_CFLAGS += -DFAST_UART
|
||||
|
||||
## COMMON_POST_CONFIG_FRAG
|
||||
|
|
Loading…
Add table
Reference in a new issue