aboutsummaryrefslogtreecommitdiffstats
path: root/demos/GNU-Linux-GCC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/GNU-Linux-GCC/Makefile')
-rw-r--r--demos/GNU-Linux-GCC/Makefile2
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 =