summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDetlev Zundel <dzu@denx.de>2009-03-30 00:31:32 +0200
committerWolfgang Denk <wd@denx.de>2009-03-30 09:38:36 +0200
commit572e6179adb5447ff42ec2aa5cf3a26decf97583 (patch)
tree1246758c58c67dac35f1adbf4e2b0cfe56b630af /Makefile
parent88685b5f62274167ad2ba8a58e108d89ff71955b (diff)
downloadblackbird-obmc-uboot-572e6179adb5447ff42ec2aa5cf3a26decf97583.tar.gz
blackbird-obmc-uboot-572e6179adb5447ff42ec2aa5cf3a26decf97583.zip
drivers/twserial: Add protocol driver for "three wire serial" interface.
This pretty unintelligent interface is used on some RTC chips. Signed-off-by: Detlev Zundel <dzu@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1cce381f61..b6fb939f69 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# (C) Copyright 2000-2008
+# (C) Copyright 2000-2009
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# See file CREDITS for list of people who contributed to this
@@ -262,6 +262,7 @@ TAG_SUBDIRS += cpu/mpc8xxx
endif
LIBS += drivers/rtc/librtc.a
LIBS += drivers/serial/libserial.a
+LIBS += drivers/twserial/libtws.a
LIBS += drivers/usb/libusb.a
LIBS += drivers/video/libvideo.a
LIBS += common/libcommon.a
OpenPOWER on IntegriCloud