summaryrefslogtreecommitdiff
path: root/rbutil/bzip2/Makefile
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-04-08 14:39:30 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-04-09 02:24:49 +0200
commit8d2d6f4ca5ea75c9708f303c8b58aafe4b86de23 (patch)
treecf59d68f5ac17879ac836710d10fcc7c19cc519f /rbutil/bzip2/Makefile
parent5cdfe30e797a012dfad4bd32f5036a01cf704876 (diff)
downloadrockbox-8d2d6f4ca5ea75c9708f303c8b58aafe4b86de23.tar.gz
rockbox-8d2d6f4ca5ea75c9708f303c8b58aafe4b86de23.zip
rbutil: Add bspatch and libbzip2
This is to enable binary patching of Hiby-based firmware files Note that noting in rbutil uses this yet. Change-Id: I03ac824dd7402d508eb4e857ad78f184eb0d0243
Diffstat (limited to 'rbutil/bzip2/Makefile')
-rw-r--r--rbutil/bzip2/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/rbutil/bzip2/Makefile b/rbutil/bzip2/Makefile
new file mode 100644
index 0000000000..0af1165223
--- /dev/null
+++ b/rbutil/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 := bzip2
14
15include ../libtools.make