summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/usbc_ctvpd/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/usbc_ctvpd/CMakeLists.txt')
-rw-r--r--zephyr/test/drivers/usbc_ctvpd/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/zephyr/test/drivers/usbc_ctvpd/CMakeLists.txt b/zephyr/test/drivers/usbc_ctvpd/CMakeLists.txt
deleted file mode 100644
index 36f88dfcbb..0000000000
--- a/zephyr/test/drivers/usbc_ctvpd/CMakeLists.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 2022 The ChromiumOS Authors
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-target_include_directories(app PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/include)
-
-target_sources(app PRIVATE src/main.c)