aboutsummaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-03-20 16:36:04 +0100
committerKarel Kočí <cynerd@email.cz>2016-03-20 16:36:04 +0100
commit1ac3026c039cb15dd8c110c84215096854c3c804 (patch)
tree7e03927e10d2339cd0b8906e905a4a5871d58e2d /Kconfig
parent9b98275f519773177039cbc65d500ddefb0d4831 (diff)
downloadavr-ioe-1ac3026c039cb15dd8c110c84215096854c3c804.tar.gz
avr-ioe-1ac3026c039cb15dd8c110c84215096854c3c804.tar.bz2
avr-ioe-1ac3026c039cb15dd8c110c84215096854c3c804.zip
Some chages in configuration build
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index 55d10f3..b748514 100644
--- a/Kconfig
+++ b/Kconfig
@@ -1,6 +1,9 @@
mainmenu "AVR-IOE configuration"
-source "include/mcu/Kconfig"
+config IOEROOT
+ string
+ option env="IOEROOT"
+source "$IOEROOT/include/mcu/Kconfig"
config F_CPU
int "CPU frequency in kHz (F_CPU)"