commit | 9e60486c323f184666c68f28a4887d4db61a71c8 | [log] [tgz] |
---|---|---|
author | Travis Geiselbrecht <geist@foobox.com> | Sun Jun 28 12:24:07 2009 -0700 |
committer | Ajay Dudani <adudani@codeaurora.org> | Thu Jul 28 12:08:38 2011 -0700 |
tree | 7f499db2535e7e5869032fccbf60973ce6fa733f | |
parent | dbc2c68f17bf64f45f96ba2fa2cb7b09f6b73819 [diff] [blame] |
[lib][cbuf] simple circular buffer implementation
diff --git a/lib/cbuf/rules.mk b/lib/cbuf/rules.mk new file mode 100644 index 0000000..2c57d48 --- /dev/null +++ b/lib/cbuf/rules.mk
@@ -0,0 +1,4 @@ +LOCAL_DIR := $(GET_LOCAL_DIR) + +OBJS += \ + $(LOCAL_DIR)/cbuf.o