From 2353468370408a53716ac07652555dff54e6d8b1 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 2 Nov 2014 07:59:56 -0600 Subject: [PATCH] Can't use isatty, tcsetattr, or tcgettr is CONFIG_SERIAL_CONSOLE is not defined --- arch/sim/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sim/src/Makefile b/arch/sim/src/Makefile index 49222ff797..db1816c4b1 100644 --- a/arch/sim/src/Makefile +++ b/arch/sim/src/Makefile @@ -213,7 +213,7 @@ nuttx$(EXEEXT): cleanrel nuttx.rel $(HOSTOBJS) $(Q) $(NM) $(TOPDIR)/$@ | \ grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' | \ sort > $(TOPDIR)/System.map - $(Q) rm -f nuttx.rel + #$(Q) rm -f nuttx.rel # This is part of the top-level export target