diff options
author | 2019-03-31 13:54:43 +0300 | |
---|---|---|
committer | 2019-03-31 13:54:43 +0300 | |
commit | e1f1b3db7cefe66613c4459d338236155e19d59f (patch) | |
tree | ef717573162bf6e9be93810cf01413b9cb3b014b /src/meson.build | |
parent | 5c843d16f0e5a0ba526620645711df14291ef758 (diff) | |
download | librin-e1f1b3db7cefe66613c4459d338236155e19d59f.tar.gz librin-e1f1b3db7cefe66613c4459d338236155e19d59f.tar.bz2 librin-e1f1b3db7cefe66613c4459d338236155e19d59f.zip |
gpio: removed due to being useless.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/meson.build b/src/meson.build index 8bd83b7..108f4b8 100644 --- a/src/meson.build +++ b/src/meson.build @@ -1,7 +1,5 @@ subdir('float') -subdir('gpio') subdir('diagnostic') subdir('time') -sources = [float_sources, gpio_sources, diagnostic_sources, time_sources] - +sources = [float_sources, diagnostic_sources, time_sources] |