Skip to content

Commit

Permalink
lib: Remove unused gcc/ directories from samd21 and samd51 directories
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin O'Connor <[email protected]>
  • Loading branch information
KevinOConnor committed Oct 13, 2022
1 parent 2c6671d commit 960fd0b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 130 deletions.
64 changes: 0 additions & 64 deletions lib/samd21/samd21a/gcc/system_samd21.c

This file was deleted.

64 changes: 0 additions & 64 deletions lib/samd51/samd51a/gcc/system_samd51.c

This file was deleted.

2 changes: 0 additions & 2 deletions src/atsamd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 960fd0b

Please sign in to comment.