From c5530d9258441d97fdc4436f3475af96c3d4fec0 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Mon, 2 Jan 2012 16:59:26 +0000 Subject: Allow passing additional CFLAGS. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31524 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/mktccboot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rbutil/mktccboot') 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 @@ # We use the Telechips code available in the Rockbox tools/ directory TOOLSDIR = ../../tools/ -CFLAGS := -O -g -W -Wall -Wshadow -pedantic -I$(TOOLSDIR) +CFLAGS += -O -g -W -Wall -Wshadow -pedantic -I$(TOOLSDIR) OUTPUT = mktccboot -- cgit v1.2.3