summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/usbc_alt_mode/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/usbc_alt_mode/CMakeLists.txt')
-rw-r--r--zephyr/test/drivers/usbc_alt_mode/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/zephyr/test/drivers/usbc_alt_mode/CMakeLists.txt b/zephyr/test/drivers/usbc_alt_mode/CMakeLists.txt
new file mode 100644
index 0000000000..6bb0c90ed8
--- /dev/null
+++ b/zephyr/test/drivers/usbc_alt_mode/CMakeLists.txt
@@ -0,0 +1,5 @@
+# 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_sources(app PRIVATE src/usbc_alt_mode.c)