summaryrefslogtreecommitdiff
path: root/firmware/Makefile.dfu
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/Makefile.dfu')
-rw-r--r--firmware/Makefile.dfu8
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/Makefile.dfu b/firmware/Makefile.dfu
index 45a042e..dbe9b35 100644
--- a/firmware/Makefile.dfu
+++ b/firmware/Makefile.dfu
@@ -174,6 +174,14 @@ ADEFS += -DPCD
CINCS = -Isrc/pcd
endif
+ifeq ($(BOARD),SIMTRACE)
+SUBMDL = AT91SAM7S256
+CDEFS += -DSIMTRACE
+ADEFS += -DSIMTRACE
+CINCS = -Isrc/simtrace
+endif
+
+
# Place -I options here
CINCS += -Iinclude -Isrc
personal git repositories of Harald Welte. Your mileage may vary