1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00

Disabled USE_CUSTOM_BAUD support in (default) Makefile.

This commit is contained in:
Nick Patavalis
2015-08-20 17:22:42 +03:00
parent cfa943dfe2
commit 0f09071f69

View File

@ -35,9 +35,9 @@ linenoise-1.0/linenoise.o : linenoise-1.0/linenoise.c linenoise-1.0/linenoise.h
## Comment these IN to enable custom baudrate support.
## Currently works *only* with Linux (kernels > 2.6).
CPPFLAGS += -DUSE_CUSTOM_BAUD
picocom : termios2.o
termios2.o : termios2.c termios2.h termbits2.h
#CPPFLAGS += -DUSE_CUSTOM_BAUD
#picocom : termios2.o
#termios2.o : termios2.c termios2.h termbits2.h
## Comment this IN to remove help strings (saves ~ 4-6 Kb).
#CPPFLAGS += -DNO_HELP