diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-05-06 11:26:35 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-05-06 11:26:35 +0000 |
| commit | 697485ef6a189194ea47b879c72cece98b07db2c (patch) | |
| tree | 8fcbe1a408c22ebeb34de62a64fc37e49a971bd8 /firmware/test | |
| parent | c84439aec3f08c4de8f4adc45e5f6d709d496b5e (diff) | |
| download | rockbox-697485ef6a189194ea47b879c72cece98b07db2c.zip rockbox-697485ef6a189194ea47b879c72cece98b07db2c.tar.gz rockbox-697485ef6a189194ea47b879c72cece98b07db2c.tar.bz2 rockbox-697485ef6a189194ea47b879c72cece98b07db2c.tar.xz | |
compile as SIMULATOR
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@475 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/test')
| -rw-r--r-- | firmware/test/wavey/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/test/wavey/Makefile b/firmware/test/wavey/Makefile index 298134c..17a5992 100644 --- a/firmware/test/wavey/Makefile +++ b/firmware/test/wavey/Makefile @@ -17,7 +17,7 @@ AR = ar AS = as OC = objcopy scramble = scramble-win32 -DEFINES = -DCRT_DISPLAY -DDEBUG +DEFINES = -DCRT_DISPLAY -DDEBUG -DSIMULATOR INCLUDES=-I. -I$(FIRMWARE) -I$(COMMON) -I$(DRIVERS) TARGET_OPTIONS = CFLAGS = -g -Wall ${TARGET_OPTIONS} -Wstrict-prototypes $(INCLUDES) $(DEFINES) |