From 91c51764ee024f8f44618be8f6338c5c7faadded Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 20 Jun 2004 22:01:26 +0000 Subject: on request, set the SIMULATOR define when building for the sim git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4780 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/lib/Makefile') diff --git a/apps/plugins/lib/Makefile b/apps/plugins/lib/Makefile index 818140f276..dcab0ad749 100644 --- a/apps/plugins/lib/Makefile +++ b/apps/plugins/lib/Makefile @@ -31,7 +31,7 @@ INCLUDES=-I../.. -I.. -I. -I$(FIRMWARE)/include -I$(FIRMWARE)/export \ ifdef SIMULATOR CFLAGS = -W -Wall -O -nostdlib -ffreestanding -Wstrict-prototypes \ -$(INCLUDES) $(TARGET) $(EXTRA_DEFINES) +$(INCLUDES) $(TARGET) $(EXTRA_DEFINES) -DSIMULATOR else CFLAGS = -W -Wall -O -m1 -nostdlib -ffreestanding -Wstrict-prototypes \ $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) -DMEM=${MEM} -- cgit v1.2.3