Complete refactor of samd20 -> samd

This commit is contained in:
Richard Meadows 2015-01-18 22:40:02 +00:00
parent 565795e168
commit ea78e2d737
2 changed files with 1 additions and 2 deletions

View File

@ -32,7 +32,7 @@ SRC = \
nrf51.c \ nrf51.c \
platform.c \ platform.c \
sam3x.c \ sam3x.c \
samd20.c \ samd.c \
stm32f1.c \ stm32f1.c \
stm32f4.c \ stm32f4.c \
stm32l1.c \ stm32l1.c \
@ -53,4 +53,3 @@ clean: host_clean
-$(RM) platforms/*/*.o platforms/*/*.d mapfile -$(RM) platforms/*/*.o platforms/*/*.d mapfile
-include *.d -include *.d