summaryrefslogtreecommitdiff
path: root/utils/bzip2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/bzip2/Makefile')
-rw-r--r--utils/bzip2/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/utils/bzip2/Makefile b/utils/bzip2/Makefile
new file mode 100644
index 0000000000..6dc59ed025
--- /dev/null
+++ b/utils/bzip2/Makefile
@@ -0,0 +1,15 @@
1# __________ __ ___.
2# Open \______ \ ____ ____ | | _\_ |__ _______ ___
3# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/
7# $Id$
8#
9
10LIBSOURCES := blocksort.c compress.c decompress.c randtable.c \
11 bzlib.c crctable.c huffman.c
12
13OUTPUT := bz2
14
15include ../libtools.make