summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-09-24 17:00:49 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2007-09-24 17:00:49 +0200
commitca5ae599d690f3870b10797f57a7ca046b0b9e44 (patch)
treea6ad2da0782e95526c89a05ba04428a9134a00fc /lib/Makefile
parentddfa0c174eae92db9576499c4f4eed66765373c8 (diff)
downloadbarebox-ca5ae599d690f3870b10797f57a7ca046b0b9e44.tar.gz
barebox-ca5ae599d690f3870b10797f57a7ca046b0b9e44.tar.xz
add recursive_action() and concat_subpath_file() from busybox
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 32dafafe9f..2ee3d20c18 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -12,6 +12,8 @@ obj-y += getopt.o
obj-y += readkey.o
obj-y += kfifo.o
obj-y += libbb.o
+obj-y += libgen.o
+obj-y += recursive_action.o
obj-$(CONFIG_BZLIB) += bzlib.o bzlib_crctable.o bzlib_decompress.o bzlib_huffman.o bzlib_randtable.o
obj-$(CONFIG_ZLIB) += zlib.o gunzip.o
obj-$(CONFIG_CRC32) += crc32.o