From 1ac3026c039cb15dd8c110c84215096854c3c804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 20 Mar 2016 16:36:04 +0100 Subject: Some chages in configuration build --- Kconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Kconfig') 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)" -- cgit v1.2.3