From 4c8d5def856d93a12cf47819f6b70fe2d66d7366 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Thu, 10 May 2018 14:25:33 +0300 Subject: tempmodule: add rudimentary meson suport. --- meson_options.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meson_options.txt (limited to 'meson_options.txt') 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)') -- cgit v1.2.3