aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/atsamd/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/atsamd/Makefile b/src/atsamd/Makefile
index d885f847..bb35366b 100644
--- a/src/atsamd/Makefile
+++ b/src/atsamd/Makefile
@@ -4,8 +4,6 @@
CROSS_PREFIX=arm-none-eabi-
dirs-y += src/atsamd src/generic
-dirs-$(CONFIG_MACH_SAMD21) += lib/samd21/samd21a/gcc
-dirs-$(CONFIG_MACH_SAMD51) += lib/samd51/samd51a/gcc
MCU := $(shell echo $(CONFIG_MCU) | tr a-z A-Z)