summaryrefslogtreecommitdiff
path: root/firmware/Makefile
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2013-11-17 20:13:13 +0100
committerHarald Welte <laforge@gnumonks.org>2013-11-17 20:13:13 +0100
commitbb28e090cd5521eb4cdc6123d970e35470671213 (patch)
treeef20732c82d7e6e2c260345edee4ead24c5063d8 /firmware/Makefile
parent54c248f97ac275469b667e2b17dedcaf013b8741 (diff)
simtrace: main_factory: Program OTP area with simtrace version
Diffstat (limited to 'firmware/Makefile')
-rw-r--r--firmware/Makefile3
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
personal git repositories of Harald Welte. Your mileage may vary