diff --git a/src/Makefile b/src/Makefile index b30922ca..fcf5d1f4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -32,7 +32,7 @@ SRC = \ nrf51.c \ platform.c \ sam3x.c \ - samd20.c \ + samd.c \ stm32f1.c \ stm32f4.c \ stm32l1.c \ @@ -53,4 +53,3 @@ clean: host_clean -$(RM) platforms/*/*.o platforms/*/*.d mapfile -include *.d - diff --git a/src/samd20.c b/src/samd.c similarity index 100% rename from src/samd20.c rename to src/samd.c