summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:12 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:12 +0200
commit4a660c08776809ee08b1d0d62fbaf023080d03ae (patch)
treefe960131e7fbd051ca3d258ae3b7000ab3f90a3e /lib/Makefile
parent24e7509199bc627546fb213158ca04c891c04bc1 (diff)
downloadbarebox-4a660c08776809ee08b1d0d62fbaf023080d03ae.tar.gz
barebox-4a660c08776809ee08b1d0d62fbaf023080d03ae.tar.xz
svn_rev_639
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
new file mode 100644
index 0000000000..f42fcdb1de
--- /dev/null
+++ b/lib/Makefile
@@ -0,0 +1,14 @@
+obj-$(CONFIG_BZLIB) += bzlib.o bzlib_crctable.o bzlib_decompress.o bzlib_huffman.o bzlib_randtable.o
+obj-$(CONFIG_ZLIB) += zlib.o
+obj-y += crc32.o
+obj-y += ctype.o
+obj-y += display_options.o
+obj-y += ldiv.o
+obj-y += string.o
+obj-y += vsprintf.o
+obj-y += div64.o
+obj-y += misc.o
+obj-y += driver.o
+obj-y += parameter.o
+obj-y += global.o
+