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)
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
all: chinachip
-chinachip: chinachip.c
+chinachip: chinachip.c main.c
$(CC) $(CFLAGS) -o $@ $^
clean: