diff options
author | 2019-03-31 13:54:43 +0300 | |
---|---|---|
committer | 2019-03-31 13:54:43 +0300 | |
commit | e1f1b3db7cefe66613c4459d338236155e19d59f (patch) | |
tree | ef717573162bf6e9be93810cf01413b9cb3b014b /src/gpio/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/gpio/meson.build')
-rw-r--r-- | src/gpio/meson.build | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/gpio/meson.build b/src/gpio/meson.build deleted file mode 100644 index 82887cb..0000000 --- a/src/gpio/meson.build +++ /dev/null @@ -1,10 +0,0 @@ -if get_option('gpio') - gpio_filenames = [ - 'gpio.c', - 'gpio_private.h', - ] -else - gpio_filenames = [] -endif - -gpio_sources = files(gpio_filenames) |