summaryrefslogtreecommitdiffstatshomepage
path: root/drivers/display/manifest.py
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/display/manifest.py')
-rw-r--r--drivers/display/manifest.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/display/manifest.py b/drivers/display/manifest.py
deleted file mode 100644
index 16f93a7d4e..0000000000
--- a/drivers/display/manifest.py
+++ /dev/null
@@ -1,11 +0,0 @@
-# TODO: Split these into separate directories with their own manifests.
-options.defaults(lcd160cr=False, ssd1306=False, test=False)
-
-if options.lcd160cr:
- module("lcd160cr.py", opt=3)
-
- if options.test:
- module("lcd160cr_test.py", opt=3)
-
-if options.ssd1306:
- module("ssd1306.py", opt=3)