Skip to content

Commit

Permalink
lib: bzip2: move bzip2 files to lib/bzip2/ directory
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
  • Loading branch information
masahir0y authored and trini committed Dec 8, 2014
1 parent 48aead7 commit f071c50
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 5 deletions.
6 changes: 1 addition & 5 deletions lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,10 @@ obj-$(CONFIG_RSA) += rsa/
obj-$(CONFIG_LZMA) += lzma/
obj-$(CONFIG_LZO) += lzo/
obj-$(CONFIG_ZLIB) += zlib/
obj-$(CONFIG_BZIP2) += bzip2/
obj-$(CONFIG_TIZEN) += tizen/

obj-$(CONFIG_AES) += aes.o
obj-$(CONFIG_BZIP2) += bzlib.o
obj-$(CONFIG_BZIP2) += bzlib_crctable.o
obj-$(CONFIG_BZIP2) += bzlib_decompress.o
obj-$(CONFIG_BZIP2) += bzlib_randtable.o
obj-$(CONFIG_BZIP2) += bzlib_huffman.o
obj-$(CONFIG_USB_TTY) += circbuf.o
obj-y += crc7.o
obj-y += crc8.o
Expand Down
2 changes: 2 additions & 0 deletions lib/bzip2/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
obj-y += bzlib.o bzlib_crctable.o bzlib_decompress.o \
bzlib_randtable.o bzlib_huffman.o
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f071c50

Please sign in to comment.