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:
Mike Frysinger 2023-01-01 17:43:25 -05:00
parent 508de64120
commit 2a1b3235f2

View File

@ -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