diff options
author | Harald Welte <laforge@gnumonks.org> | 2013-11-17 20:13:13 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2013-11-17 20:13:13 +0100 |
commit | bb28e090cd5521eb4cdc6123d970e35470671213 (patch) | |
tree | ef20732c82d7e6e2c260345edee4ead24c5063d8 /firmware/Makefile | |
parent | 54c248f97ac275469b667e2b17dedcaf013b8741 (diff) |
simtrace: main_factory: Program OTP area with simtrace version
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 3f7a2e9..350b0dc 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -116,7 +116,8 @@ 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/spi_flash.c + src/simtrace/sim_switch.c src/simtrace/spi_flash.c \ + src/simtrace/prod_info.c SRCARM += src/simtrace/$(TARGET).c endif |