summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2020-10-07 15:29:39 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2020-10-09 15:54:43 +0300
commitdebef007b62bc5e8696e02f96111bd2a10072562 (patch)
tree570e82bf9c62c80500b1eea7338cb384225e129e
parentd9a1ffe56d0beb9cdd048d0e83f7d0177b31411a (diff)
rename omap wb utils to omap-wb
-rw-r--r--utils/CMakeLists.txt8
-rw-r--r--utils/meson.build4
-rw-r--r--utils/omap-wbcap.cpp (renamed from utils/wbcap.cpp)0
-rw-r--r--utils/omap-wbm2m.cpp (renamed from utils/wbm2m.cpp)0
4 files changed, 6 insertions, 6 deletions
diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt
index 25216f2..d28527a 100644
--- a/utils/CMakeLists.txt
+++ b/utils/CMakeLists.txt
@@ -27,11 +27,11 @@ if(LIBEVDEV_FOUND)
target_link_libraries(kmstouch kms++ kms++util ${LIBDRM_LIBRARIES} ${LIBEVDEV_LIBRARIES})
endif()
-add_executable (wbcap wbcap.cpp)
-target_link_libraries(wbcap kms++ kms++util ${LIBDRM_LIBRARIES})
+add_executable (omap-wbcap omap-wbcap.cpp)
+target_link_libraries(omap-wbcap kms++ kms++util ${LIBDRM_LIBRARIES})
-add_executable (wbm2m wbm2m.cpp)
-target_link_libraries(wbm2m kms++ kms++util ${LIBDRM_LIBRARIES})
+add_executable (omap-wbm2m omap-wbm2m.cpp)
+target_link_libraries(omap-wbm2m kms++ kms++util ${LIBDRM_LIBRARIES})
install(TARGETS kmstest kmsprint fbtest
DESTINATION bin)
diff --git a/utils/meson.build b/utils/meson.build
index 10f49f2..b1e7918 100644
--- a/utils/meson.build
+++ b/utils/meson.build
@@ -13,5 +13,5 @@ if libevdev_dep.found()
executable('kmstouch', 'kmstouch.cpp', dependencies : [ common_deps, libevdev_dep ], install : false)
endif
-executable('wbcap', 'wbcap.cpp', dependencies : [ common_deps ], install : false)
-executable('wbm2m', 'wbm2m.cpp', dependencies : [ common_deps ], install : false)
+executable('omap-wbcap', 'omap-wbcap.cpp', dependencies : [ common_deps ], install : false)
+executable('omap-wbm2m', 'omap-wbm2m.cpp', dependencies : [ common_deps ], install : false)
diff --git a/utils/wbcap.cpp b/utils/omap-wbcap.cpp
index 8033869..8033869 100644
--- a/utils/wbcap.cpp
+++ b/utils/omap-wbcap.cpp
diff --git a/utils/wbm2m.cpp b/utils/omap-wbm2m.cpp
index a00fab2..a00fab2 100644
--- a/utils/wbm2m.cpp
+++ b/utils/omap-wbm2m.cpp