From 218082e6bf725279bf2231c4290058cba51a290c Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Thu, 9 Nov 2017 12:17:56 +0200 Subject: time: initial implementation. --- meson_options.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 279996a..b5deb2f 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -4,3 +4,4 @@ option('tests', type : 'boolean', value : false, description : 'Enable building option('float', type : 'boolean', value : true, description : 'Enable building the floating point module') option('gpio', type : 'boolean', value : true, description : 'Enable building the gpio module') option('diagnostic', type : 'boolean', value : true, description : 'Enable building the diagnostics module') +option('time', type : 'boolean', value : true, description : 'Enable building the time module') -- cgit v1.2.3