diff options
| author | Harald Welte <laforge@gnumonks.org> | 2011-07-24 10:30:49 +0200 | 
|---|---|---|
| committer | Harald Welte <laforge@gnumonks.org> | 2011-07-24 10:30:49 +0200 | 
| commit | cb24139232205d2764a12e00fa64ac7cc1b53ff0 (patch) | |
| tree | 071ecf00492164cdc6635c56d6a492aee6a6d06a | |
| parent | 4c036a6cc02d7cde15cb79840850d71a58da4a72 (diff) | |
Makefile: change default to SAM7S256 + SAM7S-EK
| -rw-r--r-- | usb-device-ccid-project/Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/usb-device-ccid-project/Makefile b/usb-device-ccid-project/Makefile index d517d1c..a9a92c1 100644 --- a/usb-device-ccid-project/Makefile +++ b/usb-device-ccid-project/Makefile @@ -34,8 +34,8 @@  # Chip & board used for compilation
  # (can be overriden by adding CHIP=chip and BOARD=board to the command-line)
 -CHIP  = at91sam7se512
 -BOARD = at91sam7se-ek
 +CHIP  = at91sam7s256
 +BOARD = at91sam7s-ek
  # Trace level used for compilation
  # (can be overriden by adding TRACE_LEVEL=#number to the command-line)
 | 
