]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
circbuf: Move to lib_generic and conditionally compile
authorPeter Tyser <ptyser@xes-inc.com>
Mon, 9 Nov 2009 21:17:50 +0000 (15:17 -0600)
committerWolfgang Denk <wd@denx.de>
Wed, 2 Dec 2009 22:19:32 +0000 (23:19 +0100)
commit9ef78511cda39987e5fc10febf386fd19f58ecf7
tree138195677feb52131cf7f4074739901a7be101cf
parent604f7ce55ad74694ef8743ad2e99933dc0265e46
circbuf: Move to lib_generic and conditionally compile

circbuf could be used as a generic library and is only currently
needed when CONFIG_USB_TTY is defined.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
common/Makefile
lib_generic/Makefile
lib_generic/circbuf.c [moved from common/circbuf.c with 100% similarity]