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:
6
Makefile
6
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user