aboutsummaryrefslogtreecommitdiff
path: root/sim/erc32/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'sim/erc32/Makefile.in')
-rw-r--r--sim/erc32/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/sim/erc32/Makefile.in b/sim/erc32/Makefile.in
index 0006922..f52daf7 100644
--- a/sim/erc32/Makefile.in
+++ b/sim/erc32/Makefile.in
@@ -19,10 +19,14 @@
## COMMON_PRE_CONFIG_FRAG
TERMCAP_LIB = @TERMCAP@
+
+READLINE_SRC = $(srcroot)/readline/readline
READLINE_LIB = @READLINE@
+READLINE_CFLAGS = @READLINE_CFLAGS@
SIM_OBJS = exec.o erc32.o func.o help.o float.o interf.o
SIM_RUN_OBJS = sis.o
+SIM_EXTRA_CFLAGS = $(READLINE_CFLAGS)
SIM_EXTRA_LIBS = $(READLINE_LIB) $(TERMCAP_LIB) -lm
SIM_EXTRA_INSTALL = install-sis
SIM_EXTRA_CLEAN = clean-sis
@@ -30,7 +34,7 @@ SIM_EXTRA_CLEAN = clean-sis
# 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 -I$(srcroot)
## COMMON_POST_CONFIG_FRAG