summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/pn532/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/pn532/CMakeLists.txt')
-rw-r--r--peripheral/libupm/src/pn532/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/peripheral/libupm/src/pn532/CMakeLists.txt b/peripheral/libupm/src/pn532/CMakeLists.txt
deleted file mode 100644
index a03aeb4..0000000
--- a/peripheral/libupm/src/pn532/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-set (libname "pn532")
-set (libdescription "upm pn532 NFC/RFID reader/writer")
-set (module_src ${libname}.cxx)
-set (module_h ${libname}.h)
-upm_module_init()