diff options
author | Karel Kočí <cynerd@email.cz> | 2017-03-09 07:33:52 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-03-09 07:33:52 +0100 |
commit | e5e698b5036ce68073bd1897e3547493ece72a53 (patch) | |
tree | d9c8e45daf31a77d5f0966ffeceb072ae12fdfeb /template/Kconfig | |
parent | dfc471c4f68eba0c054e61dbb3567ee89e3a036f (diff) | |
download | avr-ioe-master.tar.gz avr-ioe-master.tar.bz2 avr-ioe-master.zip |
Diffstat (limited to 'template/Kconfig')
-rw-r--r-- | template/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/Kconfig b/template/Kconfig new file mode 100644 index 0000000..37410ea --- /dev/null +++ b/template/Kconfig @@ -0,0 +1,3 @@ +mainmenu "AVR-IOE template" + +source "avr-ioe/ioe.Kconfig" |