summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-11-08 23:47:47 -0700
committerSimon Glass <sjg@chromium.org>2015-11-19 20:27:50 -0700
commitb7b65090b29e6bc133c7922f8290c1e2f75b064a (patch)
treee3b82fb6f93c3be7a59604273070ccbed0c5b1cc /lib/Makefile
parent7d94c497651b6c36a4915d436e6db86398f480d1 (diff)
downloadblackbird-obmc-uboot-b7b65090b29e6bc133c7922f8290c1e2f75b064a.tar.gz
blackbird-obmc-uboot-b7b65090b29e6bc133c7922f8290c1e2f75b064a.zip
Add a circular memory buffer implementation
This will be used to support console recording. It provides for a circular buffer which can be written at the head and read from the tail. It supports avoiding data copying by providing raw access to the data. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 3eecefaa79..6c3627847f 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -74,6 +74,7 @@ obj-y += div64.o
obj-y += hang.o
obj-y += linux_compat.o
obj-y += linux_string.o
+obj-y += membuff.o
obj-$(CONFIG_REGEX) += slre.o
obj-y += string.o
obj-y += time.o
OpenPOWER on IntegriCloud