diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-01-10 14:20:02 -0500 |
---|---|---|
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-02-09 09:01:59 -0500 |
commit | 3d60ee1b04320d0695e071828dbadf3564d4568a (patch) | |
tree | e8c7ab2f9318cc751a98da4589857edfe2c79e11 /arch/avr32/boards/atstk1000/Makefile | |
parent | 7f9f4678637f9ee1a999cc0870c4668f32e1a7eb (diff) |
[AVR32] SPI platform code update
Move stuff in spi.c into ATSTK1002 board code and update SPI
platform device definitions according to the new GPIO API.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'arch/avr32/boards/atstk1000/Makefile')
-rw-r--r-- | arch/avr32/boards/atstk1000/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/avr32/boards/atstk1000/Makefile b/arch/avr32/boards/atstk1000/Makefile index df9499480530..8e0992201bb9 100644 --- a/arch/avr32/boards/atstk1000/Makefile +++ b/arch/avr32/boards/atstk1000/Makefile | |||
@@ -1,2 +1,2 @@ | |||
1 | obj-y += setup.o spi.o flash.o | 1 | obj-y += setup.o flash.o |
2 | obj-$(CONFIG_BOARD_ATSTK1002) += atstk1002.o | 2 | obj-$(CONFIG_BOARD_ATSTK1002) += atstk1002.o |