diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-10-05 20:59:55 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-10-13 11:27:14 -0400 |
commit | 960fd0b1f36d8fc924c99b9fc08b597d8480ad20 (patch) | |
tree | 9c4d99a7cfa546ba2f2a8ed38e20ba9b22511472 /src | |
parent | 2c6671d8e1c0e6740dc143a8df3d46067fee59eb (diff) | |
download | kutter-960fd0b1f36d8fc924c99b9fc08b597d8480ad20.tar.gz kutter-960fd0b1f36d8fc924c99b9fc08b597d8480ad20.tar.xz kutter-960fd0b1f36d8fc924c99b9fc08b597d8480ad20.zip |
lib: Remove unused gcc/ directories from samd21 and samd51 directories
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src')
-rw-r--r-- | src/atsamd/Makefile | 2 |
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) |