commit | 423d1b4a1f02b3f0ed5b678e4211ee3f38214c89 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Fri Nov 28 11:13:26 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Mon Dec 08 09:35:47 2014 -0500 |
tree | c0a2fcf72dd9a79c8e7dbce91010b0a8e0af35d7 | |
parent | 00f9ca96313aea6e5a41abb35c38e5a6d916ed01 [diff] [blame] |
lib: bzip2: move bzip2 files to lib/bzip2/ directory Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
diff --git a/lib/bzip2/Makefile b/lib/bzip2/Makefile new file mode 100644 index 0000000..929c24e --- /dev/null +++ b/lib/bzip2/Makefile
@@ -0,0 +1,2 @@ +obj-y += bzlib.o bzlib_crctable.o bzlib_decompress.o \ + bzlib_randtable.o bzlib_huffman.o