summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-03-11 21:38:22 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2008-03-11 21:38:22 +0100
commit8f35e16333c98737c034ab1c0b060a577387255e (patch)
tree7eb2d00753be5b86ae582cb3f05cd9b1dc7359e2 /lib/Makefile
parent8759e68de2e2b4ce1793d36d668359eb80278c2c (diff)
downloadbarebox-8f35e16333c98737c034ab1c0b060a577387255e.tar.gz
barebox-8f35e16333c98737c034ab1c0b060a577387255e.tar.xz
add stringlist function. They can be used to build a list
of strings. For now mainly useful to print the resulting list in columns which is used in tab completion and ls.
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 f6ae2d9891..b15d2ee5a1 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -13,6 +13,7 @@ obj-y += readkey.o
obj-y += kfifo.o
obj-y += libbb.o
obj-y += libgen.o
+obj-y += stringlist.o
obj-y += recursive_action.o
obj-y += make_directory.o
obj-$(CONFIG_BZLIB) += bzlib.o bzlib_crctable.o bzlib_decompress.o bzlib_huffman.o bzlib_randtable.o