diff options
author | Jiri Gaisler <jiri@gaisler.se> | 2015-02-19 23:31:34 +0100 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-02-22 15:57:25 -0500 |
commit | 5634e839cc1af4629b3baae1138b0ddeebbacd71 (patch) | |
tree | d627fbf59cecf9649e175bcf64867411c6c4482c /sim/erc32/Makefile.in | |
parent | be66981e1605eff305ac9c561825f4bd6801fca2 (diff) | |
download | gdb-5634e839cc1af4629b3baae1138b0ddeebbacd71.zip gdb-5634e839cc1af4629b3baae1138b0ddeebbacd71.tar.gz gdb-5634e839cc1af4629b3baae1138b0ddeebbacd71.tar.bz2 |
sim/erc32: Use readline.h for readline types and functions.
Use gdb's readline.h for readline types.
Diffstat (limited to 'sim/erc32/Makefile.in')
-rw-r--r-- | sim/erc32/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/erc32/Makefile.in b/sim/erc32/Makefile.in index 418e7e4..a60cd8a 100644 --- a/sim/erc32/Makefile.in +++ b/sim/erc32/Makefile.in @@ -30,7 +30,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 +SIM_EXTRA_CFLAGS = -DFAST_UART -I$(srcroot) ## COMMON_POST_CONFIG_FRAG |