summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/ssd1351/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/ssd1351/CMakeLists.txt')
-rw-r--r--peripheral/libupm/src/ssd1351/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/peripheral/libupm/src/ssd1351/CMakeLists.txt b/peripheral/libupm/src/ssd1351/CMakeLists.txt
deleted file mode 100644
index ee75b73..0000000
--- a/peripheral/libupm/src/ssd1351/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-set (libname "ssd1351")
-set (libdescription "libupm SSD1351 SPI LCD")
-set (module_src gfx.cxx ssd1351.cxx)
-set (module_h gfx.h ssd1351.h)
-upm_module_init()