diff options
Diffstat (limited to 'arch/avr32/boards/atstk1000/Makefile')
-rw-r--r-- | arch/avr32/boards/atstk1000/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/avr32/boards/atstk1000/Makefile b/arch/avr32/boards/atstk1000/Makefile new file mode 100644 index 0000000..c3e36ec --- /dev/null +++ b/arch/avr32/boards/atstk1000/Makefile @@ -0,0 +1,2 @@ +obj-y += setup.o spi.o +obj-$(CONFIG_BOARD_ATSTK1002) += atstk1002.o |