aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-10-25 12:47:39 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-10-25 12:47:39 +0200
commit1f85a65078815b56bbb5581675b4f6e3253d8d9f (patch)
treeec48e9f100e8550442f27cdd819512e829789b7e /meson.build
parentUse vcs_tag to get version information (diff)
downloadsmolbote-1f85a65078815b56bbb5581675b4f6e3253d8d9f.tar.xz
Remove CMakeLists
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index b177e24..91e3bc1 100644
--- a/meson.build
+++ b/meson.build
@@ -41,7 +41,7 @@ dep_genheaders = declare_dependency(
output: 'version.h'
),
custom_target('configheader',
- input: ['tools/config.py', 'src/Kconfig', 'linux/.config'],
+ input: ['tools/config.py', 'src/Kconfig', host_machine.system() + '/.config'],
output: 'config.h',
command: [python3, '@INPUT0@', '--kconfig=@INPUT1@', '--dotconfig=@INPUT2@', '--generate=@OUTPUT@'],
build_by_default: true