Skip to content
Snippets Groups Projects
Commit f071c501 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

lib: bzip2: move bzip2 files to lib/bzip2/ directory

parent 48aead71
No related branches found
No related tags found
No related merge requests found
...@@ -11,14 +11,10 @@ obj-$(CONFIG_RSA) += rsa/ ...@@ -11,14 +11,10 @@ obj-$(CONFIG_RSA) += rsa/
obj-$(CONFIG_LZMA) += lzma/ obj-$(CONFIG_LZMA) += lzma/
obj-$(CONFIG_LZO) += lzo/ obj-$(CONFIG_LZO) += lzo/
obj-$(CONFIG_ZLIB) += zlib/ obj-$(CONFIG_ZLIB) += zlib/
obj-$(CONFIG_BZIP2) += bzip2/
obj-$(CONFIG_TIZEN) += tizen/ obj-$(CONFIG_TIZEN) += tizen/
obj-$(CONFIG_AES) += aes.o 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-$(CONFIG_USB_TTY) += circbuf.o
obj-y += crc7.o obj-y += crc7.o
obj-y += crc8.o obj-y += crc8.o
......
obj-y += bzlib.o bzlib_crctable.o bzlib_decompress.o \
bzlib_randtable.o bzlib_huffman.o
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment