summaryrefslogtreecommitdiff
path: root/rbutil/mkmpioboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/mkmpioboot/Makefile')
-rw-r--r--rbutil/mkmpioboot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/mkmpioboot/Makefile b/rbutil/mkmpioboot/Makefile
index 8b560d6b29..0a42e39217 100644
--- a/rbutil/mkmpioboot/Makefile
+++ b/rbutil/mkmpioboot/Makefile
@@ -7,7 +7,7 @@
7 7
8TARGET_DIR ?= $(shell pwd)/ 8TARGET_DIR ?= $(shell pwd)/
9# We use the UCL code available in the Rockbox tools/ directory 9# We use the UCL code available in the Rockbox tools/ directory
10CFLAGS = -I../../tools/ucl/include -Wall 10CFLAGS += -I../../tools/ucl/include -Wall
11 11
12OUTPUT = mkmpioboot 12OUTPUT = mkmpioboot
13 13