From 960fd0b1f36d8fc924c99b9fc08b597d8480ad20 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 5 Oct 2022 20:59:55 -0400 Subject: lib: Remove unused gcc/ directories from samd21 and samd51 directories Signed-off-by: Kevin O'Connor --- src/atsamd/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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) -- cgit v1.2.3-70-g09d2