diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-06-16 21:16:13 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-06-16 21:16:13 +0200 |
commit | cda126a7ef6fbb54a18a4786c15117800a13f7b3 (patch) | |
tree | 0017691b939da6b2d8e09e5d194bb61fff21fa81 /firmware/Makefile | |
parent | ff741ee31fe2a6b25f8f7fcfb1397bb0c82616d6 (diff) |
simtrace: add support for the analog bus switch
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index 57c983e..9a95d44 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -115,7 +115,8 @@ endif ifeq ($(BOARD), SIMTRACE) SUBMDL = AT91SAM7S256 TARGET := main_simtrace -SRCARM += src/simtrace/iso7816_uart.c src/simtrace/tc_etu.c +SRCARM += src/simtrace/iso7816_uart.c src/simtrace/tc_etu.c \ + src/simtrace/sim_switch.c SRCARM += src/simtrace/$(TARGET).c endif |