summaryrefslogtreecommitdiff
path: root/firmware/Makefile.dfu
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-06-16 21:00:02 +0200
committerHarald Welte <laforge@gnumonks.org>2011-06-16 21:00:02 +0200
commitff741ee31fe2a6b25f8f7fcfb1397bb0c82616d6 (patch)
tree2f32fddefac810dc49c1e2d71bd080d5021bee98 /firmware/Makefile.dfu
parenta59c6e2073d8f6126429b7ad17459a3b42237cde (diff)
simtrace: add more definitions regarding real hw prototype
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