diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-07-30 00:39:22 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-07-30 00:39:55 +0200 |
commit | de0d7e35eed67bab478fda9eee7cb9edb1f34f04 (patch) | |
tree | 66a877977a02a21e0b93572f41cf9356c3ce87e4 /firmware/Makefile | |
parent | 9f120cdf57b9dc2ca8112cbb89587f77df4facd2 (diff) |
simtrace: add some early spi flash utility routines
This also adds a new 'main_factory' target for simtrace
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index 1f2f7ed..3f7a2e9 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -116,7 +116,7 @@ ifeq ($(BOARD), SIMTRACE) SUBMDL = AT91SAM7S128 TARGET := main_simtrace SRCARM += src/simtrace/iso7816_uart.c src/simtrace/tc_etu.c \ - src/simtrace/sim_switch.c + src/simtrace/sim_switch.c src/simtrace/spi_flash.c SRCARM += src/simtrace/$(TARGET).c endif |