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