From 8d2d6f4ca5ea75c9708f303c8b58aafe4b86de23 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 8 Apr 2020 14:39:30 -0400 Subject: 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 --- rbutil/bspatch/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 rbutil/bspatch/Makefile (limited to 'rbutil/bspatch/Makefile') diff --git a/rbutil/bspatch/Makefile b/rbutil/bspatch/Makefile new file mode 100644 index 0000000000..5fa2598bce --- /dev/null +++ b/rbutil/bspatch/Makefile @@ -0,0 +1,17 @@ +# __________ __ ___. +# Open \______ \ ____ ____ | | _\_ |__ _______ ___ +# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / +# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < +# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ +# \/ \/ \/ \/ \/ +# $Id$ +# + +LIBSOURCES := bspatch.c + +SOURCES := main.c + +OUTPUT := bspatch +EXTRADEPS := libbzip2.a + +include ../libtools.make -- cgit v1.2.3