summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGravatar Gediminas Jakutis <gediminas@varciai.lt> 2018-05-10 14:25:33 +0300
committerGravatar Gediminas Jakutis <gediminas@varciai.lt> 2018-05-10 14:25:33 +0300
commit4c8d5def856d93a12cf47819f6b70fe2d66d7366 (patch)
tree7319101f526285900d1f1631648daecb2a88255a /meson_options.txt
parentf8a9eeea2b054db663d3c519d8b5bb78b7a6bf38 (diff)
downloadcoffeetemp-4c8d5def856d93a12cf47819f6b70fe2d66d7366.tar.gz
coffeetemp-4c8d5def856d93a12cf47819f6b70fe2d66d7366.tar.bz2
coffeetemp-4c8d5def856d93a12cf47819f6b70fe2d66d7366.zip
tempmodule: add rudimentary meson suport.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..2456ab5
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,2 @@
+option('fwbuild', type : 'boolean', value : false, description : 'Enable building the temperature module firmware')
+option('fwflash', type : 'boolean', value : false, description : 'Enable flashing the temperature module firmware (requires fwbuild)')