summaryrefslogtreecommitdiff
path: root/rbutil/mktccboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/mktccboot/Makefile')
-rw-r--r--rbutil/mktccboot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/mktccboot/Makefile b/rbutil/mktccboot/Makefile
index 3bca0ba05e..31ad68e643 100644
--- a/rbutil/mktccboot/Makefile
+++ b/rbutil/mktccboot/Makefile
@@ -9,7 +9,7 @@
9 9
10# We use the Telechips code available in the Rockbox tools/ directory 10# We use the Telechips code available in the Rockbox tools/ directory
11TOOLSDIR = ../../tools/ 11TOOLSDIR = ../../tools/
12CFLAGS := -O -g -W -Wall -Wshadow -pedantic -I$(TOOLSDIR) 12CFLAGS += -O -g -W -Wall -Wshadow -pedantic -I$(TOOLSDIR)
13 13
14OUTPUT = mktccboot 14OUTPUT = mktccboot
15 15