diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-12-26 15:41:37 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-01-07 19:33:26 -0500 |
commit | 70bbdf93347c814ae39b1cd04d04fd66706a8b7e (patch) | |
tree | 4b5139f17c15256c8be843e50602590575a0cde7 /src/Kconfig | |
parent | e70b70fb75bb9b6017df3f5ff2d900b897ad3a8c (diff) | |
download | kutter-70bbdf93347c814ae39b1cd04d04fd66706a8b7e.tar.gz kutter-70bbdf93347c814ae39b1cd04d04fd66706a8b7e.tar.xz kutter-70bbdf93347c814ae39b1cd04d04fd66706a8b7e.zip |
sam3: Rename src/sam3x8e to src/sam3
This is in preparation for merging sam3 and sam4 code into one
directory.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig index cb3d3602..69768a4e 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -25,7 +25,7 @@ choice endchoice source "src/avr/Kconfig" -source "src/sam3x8e/Kconfig" +source "src/sam3/Kconfig" source "src/samd21/Kconfig" source "src/sam4e8e/Kconfig" source "src/lpc176x/Kconfig" |