From f77353c71aac3c24c3bf72a03310db009737e661 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Tue, 27 Dec 2011 00:12:35 +0000 Subject: 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 --- tools/ucl/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/ucl/src/Makefile') 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 @@ # \/ \/ \/ \/ \/ # $Id$ # -CFLAGS = -I../include +CFLAGS += -I../include ifndef V SILENT = @ -- cgit v1.2.3