summaryrefslogtreecommitdiff
path: root/usb-device-ccid-project
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-07-27 12:45:51 +0200
committerHarald Welte <laforge@gnumonks.org>2011-07-27 12:45:51 +0200
commit4ae5814b6966600106cfd9652140cf677f39c2a8 (patch)
tree8af88824304f8aeae65c43aab7cdec896b62d1e6 /usb-device-ccid-project
parenta44e5d716e31769cca8c4e1f026daa304ef5c5c5 (diff)
modify simtrace board.h to reflect simtrace hardware
modify simtrace board.h to reflect simtrace hardware Update Makefile to use simtrace board
Diffstat (limited to 'usb-device-ccid-project')
-rw-r--r--usb-device-ccid-project/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-device-ccid-project/Makefile b/usb-device-ccid-project/Makefile
index a9a92c1..5726b59 100644
--- a/usb-device-ccid-project/Makefile
+++ b/usb-device-ccid-project/Makefile
@@ -35,7 +35,7 @@
# Chip & board used for compilation
# (can be overriden by adding CHIP=chip and BOARD=board to the command-line)
CHIP = at91sam7s256
-BOARD = at91sam7s-ek
+BOARD = simtrace
# Trace level used for compilation
# (can be overriden by adding TRACE_LEVEL=#number to the command-line)
personal git repositories of Harald Welte. Your mileage may vary