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