lib: Remove unused gcc/ directories from samd21 and samd51 directories

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2022-10-05 20:59:55 -04:00
parent 2c6671d8e1
commit 960fd0b1f3
3 changed files with 0 additions and 130 deletions

View File

@@ -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)