summaryrefslogtreecommitdiff
path: root/rbutil/chinachippatcher/Makefile
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2011-12-03 09:39:11 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2011-12-03 09:39:11 +0000
commit07da9ce5ea9ca26436db04a63e281842467ff7fd (patch)
treeb2fdb351bb954d209259bb1ee19f6f2c8bbe03ea /rbutil/chinachippatcher/Makefile
parentbd691efae9e73d6e5a09c70246c9b1e2574b50be (diff)
downloadrockbox-07da9ce5ea9ca26436db04a63e281842467ff7fd.tar.gz
rockbox-07da9ce5ea9ca26436db04a63e281842467ff7fd.zip
Split up chinachippatcher.
Move the command line tool parts out for simpler building as library. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31114 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/chinachippatcher/Makefile')
-rw-r--r--rbutil/chinachippatcher/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/chinachippatcher/Makefile b/rbutil/chinachippatcher/Makefile
index e19052a006..fbdb30f4b8 100644
--- a/rbutil/chinachippatcher/Makefile
+++ b/rbutil/chinachippatcher/Makefile
@@ -3,7 +3,7 @@ CC=gcc
3 3
4all: chinachip 4all: chinachip
5 5
6chinachip: chinachip.c 6chinachip: chinachip.c main.c
7 $(CC) $(CFLAGS) -o $@ $^ 7 $(CC) $(CFLAGS) -o $@ $^
8 8
9clean: 9clean: