summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/stepmotor/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/stepmotor/CMakeLists.txt')
-rw-r--r--peripheral/libupm/src/stepmotor/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/peripheral/libupm/src/stepmotor/CMakeLists.txt b/peripheral/libupm/src/stepmotor/CMakeLists.txt
deleted file mode 100644
index 666086b..0000000
--- a/peripheral/libupm/src/stepmotor/CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-set (libname "stepmotor")
-set (libdescription "upm STEPMOTOR")
-set (module_src ${libname}.cxx)
-set (module_h ${libname}.h)
-upm_module_init()
-target_link_libraries(${libname} rt)