summaryrefslogtreecommitdiff
path: root/firmware/Makefile
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
parenta59c6e2073d8f6126429b7ad17459a3b42237cde (diff)
simtrace: add more definitions regarding real hw prototype
Diffstat (limited to 'firmware/Makefile')
-rw-r--r--firmware/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index 9b75b3a..57c983e 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -113,6 +113,8 @@ SRCARM += src/picc/$(TARGET).c
endif
ifeq ($(BOARD), SIMTRACE)
+SUBMDL = AT91SAM7S256
+TARGET := main_simtrace
SRCARM += src/simtrace/iso7816_uart.c src/simtrace/tc_etu.c
SRCARM += src/simtrace/$(TARGET).c
endif
personal git repositories of Harald Welte. Your mileage may vary