diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-24 09:38:50 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-24 09:38:50 +0000 |
commit | 0873332c30f78769147f0cb16d71f38ed846a814 (patch) | |
tree | 58a58b839b804b8fcbea7e8ab424a966647aa8e5 /demos/GNU-Linux-GCC/Makefile | |
parent | 8f30bbcc3488a2c92a40e7912716627169637232 (diff) | |
download | ChibiOS-0873332c30f78769147f0cb16d71f38ed846a814.tar.gz ChibiOS-0873332c30f78769147f0cb16d71f38ed846a814.tar.bz2 ChibiOS-0873332c30f78769147f0cb16d71f38ed846a814.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1463 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/GNU-Linux-GCC/Makefile')
-rw-r--r-- | demos/GNU-Linux-GCC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/GNU-Linux-GCC/Makefile b/demos/GNU-Linux-GCC/Makefile index 6e433a990..9d38e2637 100644 --- a/demos/GNU-Linux-GCC/Makefile +++ b/demos/GNU-Linux-GCC/Makefile @@ -21,7 +21,7 @@ CC = $(TRGT)gcc AS = $(TRGT)gcc -x assembler-with-cpp
# List all default C defines here, like -D_DEBUG=1
-DDEFS = -DSHELL_USE_IPRINTF=FALSE
+DDEFS = -DSIMULATOR -DSHELL_USE_IPRINTF=FALSE
# List all default ASM defines here, like -D_DEBUG=1
DADEFS =
|