Skip to content
Snippets Groups Projects
Commit ced5b6d5 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

libc/stdio: Build the lib_noflush() and lib_snoflush() stubs even if...

libc/stdio:  Build the lib_noflush() and lib_snoflush() stubs even if CONFIG_FILE_DESCRIPTORS=0.  They may still be needed.
parent a83aef47
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,10 @@
-include $(TOPDIR)/Make.defs
ASRCS =
CSRCS = z80_irq.c z80_serial.c z80_timerisr.c z80_lowputc.c
CSRCS = z80_irq.c z80_timerisr.c z80_lowputc.c
ifneq ($(CONFIG_DISABLE_SIGNALS),y)
CSRCS += z80_serial.c
endif
include $(TOPDIR)/configs/Board.mk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment