summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/max44000/CMakeLists.txt
diff options
context:
space:
mode:
authorLee Campbell <leecam@google.com>2016-07-26 19:32:41 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-07-26 19:32:41 +0000
commit431fae07a89bad8be2e0f5c7dfe5d9179f906007 (patch)
tree5d685088717c99f0fb93fca39027ca5b3ac3d81c /peripheral/libupm/src/max44000/CMakeLists.txt
parent892fe7e667dbb4c86967c79ed524082b9f4662f1 (diff)
parentc05c4bf2de0aa0c665474f9b7cc9ceac3d9d331a (diff)
downloadintel-431fae07a89bad8be2e0f5c7dfe5d9179f906007.tar.gz
Remove sensors, lights, examples, mraa and upmHEADmastermain
am: c05c4bf2de Change-Id: I57a011fd270bd16911780ed6aaefe5e7cf4f0621
Diffstat (limited to 'peripheral/libupm/src/max44000/CMakeLists.txt')
-rw-r--r--peripheral/libupm/src/max44000/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/peripheral/libupm/src/max44000/CMakeLists.txt b/peripheral/libupm/src/max44000/CMakeLists.txt
deleted file mode 100644
index 1109061..0000000
--- a/peripheral/libupm/src/max44000/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-set (libname "max44000")
-set (libdescription "upm MAX44000")
-set (module_src ${libname}.cxx)
-set (module_h ${libname}.h)
-upm_module_init()