summaryrefslogtreecommitdiff
path: root/tools/ucl/src/Makefile
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2011-12-27 00:12:35 +0000
committerRafaël Carré <rafael.carre@gmail.com>2011-12-27 00:12:35 +0000
commitf77353c71aac3c24c3bf72a03310db009737e661 (patch)
tree3cc1dc4e3214147657884a1ee343e40196ec4a7e /tools/ucl/src/Makefile
parent565b869438b16eb074a054e770e71c684dbfb2d2 (diff)
downloadrockbox-f77353c71aac3c24c3bf72a03310db009737e661.tar.gz
rockbox-f77353c71aac3c24c3bf72a03310db009737e661.zip
ucl: make it possible to specify additional CFLAGS
example: CFLAGS=-m32 make -C mkamsboot git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31450 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/ucl/src/Makefile')
-rw-r--r--tools/ucl/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ucl/src/Makefile b/tools/ucl/src/Makefile
index ab6b6c9c0b..c010cdf23c 100644
--- a/tools/ucl/src/Makefile
+++ b/tools/ucl/src/Makefile
@@ -6,7 +6,7 @@
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id$ 7# $Id$
8# 8#
9CFLAGS = -I../include 9CFLAGS += -I../include
10 10
11ifndef V 11ifndef V
12SILENT = @ 12SILENT = @