diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-07-27 12:45:51 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-07-27 12:45:51 +0200 |
commit | 4ae5814b6966600106cfd9652140cf677f39c2a8 (patch) | |
tree | 8af88824304f8aeae65c43aab7cdec896b62d1e6 /usb-device-ccid-project | |
parent | a44e5d716e31769cca8c4e1f026daa304ef5c5c5 (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/Makefile | 2 |
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)
|