diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2009-11-09 15:17:50 -0600 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-12-02 23:19:32 +0100 |
commit | 9ef78511cda39987e5fc10febf386fd19f58ecf7 (patch) | |
tree | 138195677feb52131cf7f4074739901a7be101cf /common/Makefile | |
parent | 604f7ce55ad74694ef8743ad2e99933dc0265e46 (diff) |
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>
Diffstat (limited to 'common/Makefile')
-rw-r--r-- | common/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile index 3781738e19a..47f6a71e2e1 100644 --- a/common/Makefile +++ b/common/Makefile @@ -29,7 +29,6 @@ AOBJS = # core COBJS-y += main.o -COBJS-y += circbuf.o COBJS-y += console.o COBJS-y += command.o COBJS-y += dlmalloc.o |