diff options
author | Detlev Zundel <dzu@denx.de> | 2009-03-30 00:31:32 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-03-30 09:38:36 +0200 |
commit | 572e6179adb5447ff42ec2aa5cf3a26decf97583 (patch) | |
tree | 1246758c58c67dac35f1adbf4e2b0cfe56b630af /Makefile | |
parent | 88685b5f62274167ad2ba8a58e108d89ff71955b (diff) | |
download | u-boot-imx-572e6179adb5447ff42ec2aa5cf3a26decf97583.zip u-boot-imx-572e6179adb5447ff42ec2aa5cf3a26decf97583.tar.gz u-boot-imx-572e6179adb5447ff42ec2aa5cf3a26decf97583.tar.bz2 |
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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |