diff options
| author | Ian C <ianc@noddybox.co.uk> | 2006-11-04 01:16:49 +0000 | 
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2006-11-04 01:16:49 +0000 | 
| commit | f86b3938a7e5d2b01f0f2e6756d3efdbd2994641 (patch) | |
| tree | 9fe451eab93412d92af657ed03cb300ddb3d406f /Makefile | |
| parent | c283a678a7fd45c6f2b67f940292d70da46f131f (diff) | |
Added abaility to set additional CFLAGS
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -33,7 +33,8 @@ ARCH	:=	-mthumb -mthumb-interwork  CFLAGS	:=	-g -Wall -O2\   			-mcpu=arm9tdmi -mtune=arm9tdmi -fomit-frame-pointer\  			-ffast-math \ -			$(ARCH) +			$(ARCH) \ +			$(ADDITIONAL_CFLAGS)  CFLAGS	+=	$(INCLUDE) -DARM9  CXXFLAGS	:= $(CFLAGS) | 
