summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUrja Rannikko <urjaman@gmail.com>2017-06-15 15:28:27 +0300
committerNico Huber <nico.h@gmx.de>2017-10-19 15:14:30 +0000
commit615ba1849c1ad67503cf000c9fea311962175525 (patch)
tree94c2b9ad0d8f1e486c2b5ac41acd0b65ebd7225a /Makefile
parentbeaefe0f96758297d013bd48b598225410b44e34 (diff)
downloadflashrom-615ba1849c1ad67503cf000c9fea311962175525.tar.gz
flashrom-615ba1849c1ad67503cf000c9fea311962175525.tar.bz2
flashrom-615ba1849c1ad67503cf000c9fea311962175525.zip
serial: Support custom baud rates on linux
The function to do this is contained in custom_baud.c because of broken include stuff. Change-Id: I2a20f9182cb85e7bce5d6654a2caf20e6202b195 Signed-off-by: Urja Rannikko <urjaman@gmail.com> Reviewed-on: https://review.coreboot.org/20224 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5573127ef..52f6c9842 100644
--- a/Makefile
+++ b/Makefile
@@ -921,7 +921,7 @@ NEED_LIBUSB1 += CONFIG_CH341A_SPI
endif
ifneq ($(NEED_SERIAL), )
-LIB_OBJS += serial.o
+LIB_OBJS += serial.o custom_baud.o
endif
ifneq ($(NEED_POSIX_SOCKETS), )