From 5825b2c84f3b8a0fa9bd243ca5a0dec8141bc573 Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Mon, 23 Oct 2006 14:09:28 +0000 Subject: rearrange compiler options to avoid conflicts with header files on FreeBSD git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11317 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/chessbox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/chessbox/Makefile') diff --git a/apps/plugins/chessbox/Makefile b/apps/plugins/chessbox/Makefile index 0389493a96..c86d8056ad 100644 --- a/apps/plugins/chessbox/Makefile +++ b/apps/plugins/chessbox/Makefile @@ -9,7 +9,7 @@ INCLUDES = -I$(APPSDIR) -I.. -I. $(TARGET_INC) -I$(FIRMDIR)/include -I$(FIRMDIR)/export \ -I$(FIRMDIR)/common -I$(FIRMDIR)/drivers -I$(OUTDIR) -I$(BUILDDIR) -CFLAGS = $(GCCOPTS) -O2 $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) \ +CFLAGS = $(INCLUDES) $(GCCOPTS) -O2 $(TARGET) $(EXTRA_DEFINES) \ -DTARGET_ID=$(TARGET_ID) -DMEM=${MEMORYSIZE} -DPLUGIN ifdef APPEXTRA -- cgit v1.2.3