libc/termios: Adds tcflow.

This commit is contained in:
Gregory Nutt
2017-10-09 07:35:31 -06:00
parent f790841641
commit 82ce0c5921
3 changed files with 87 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
ASRCS =
CSRCS = z80_irq.c z80_timerisr.c z80_lowputc.c
ifneq ($(CONFIG_NFILE_DESCRIPTOR),0)
ifneq ($(CONFIG_NFILE_DESCRIPTORS),0)
CSRCS += z80_serial.c
endif