Can't use isatty, tcsetattr, or tcgettr is CONFIG_SERIAL_CONSOLE is not defined
This commit is contained in:
parent
b694658b17
commit
2353468370
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue