From ea78e2d737cbe4a61156fdddc140fba4eab0bc3d Mon Sep 17 00:00:00 2001 From: Richard Meadows Date: Sun, 18 Jan 2015 22:40:02 +0000 Subject: Complete refactor of samd20 -> samd --- src/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index b30922c..fcf5d1f 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 - -- cgit v1.2.3