summaryrefslogtreecommitdiffstats
path: root/rbutil/chinachippatcher/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/chinachippatcher/Makefile')
-rw-r--r--rbutil/chinachippatcher/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/rbutil/chinachippatcher/Makefile b/rbutil/chinachippatcher/Makefile
deleted file mode 100644
index c8defcb5c4..0000000000
--- a/rbutil/chinachippatcher/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# __________ __ ___.
-# Open \______ \ ____ ____ | | _\_ |__ _______ ___
-# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
-# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
-# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
-# \/ \/ \/ \/ \/
-# $Id$
-#
-CFLAGS += -g -Wall
-
-OUTPUT = chinachippatcher
-
-LIBSOURCES = chinachip.c
-SOURCES = main.c
-
-include ../libtools.make
-