summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index 13edea4..50a682a 100644
--- a/Kconfig
+++ b/Kconfig
@@ -90,7 +90,7 @@ if LIBC_NEWLIB
source "workspace/rules/newlib.in"
endif
-if LIBC_AVR_8
+if LIBC_AVR
source "workspace/rules/avrlib.in"
endif