summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Peress <peress@chromium.org>2021-09-16 22:30:44 -0600
committerCommit Bot <commit-bot@chromium.org>2021-09-17 19:05:35 +0000
commitc23afd25a9190c407750bd6677fd91b25ccdaeea (patch)
treeda69a06ee84439ec7e5547604b974a6761adb25e
parentc6be277af16926c2f780f84e1a307f2751814570 (diff)
downloadchrome-ec-c23afd25a9190c407750bd6677fd91b25ccdaeea.tar.gz
zephyr: emul: ln9310: Fix minor formatting issues.
BRANCH=none BUG=none TEST=zmake configure --test zephyr/test/drivers Signed-off-by: Yuval Peress <peress@chromium.org> Change-Id: I6b0abd11b9738057e73f0bd7af821ef1b002de25 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3168031 Tested-by: Yuval Peress <peress@google.com> Auto-Submit: Yuval Peress <peress@google.com> Reviewed-by: Jeremy Bettis <jbettis@chromium.org> Commit-Queue: Jeremy Bettis <jbettis@chromium.org>
-rw-r--r--zephyr/emul/CMakeLists.txt2
-rw-r--r--zephyr/emul/Kconfig.ln93102
2 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/emul/CMakeLists.txt b/zephyr/emul/CMakeLists.txt
index 3c81040440..5c5a69eb35 100644
--- a/zephyr/emul/CMakeLists.txt
+++ b/zephyr/emul/CMakeLists.txt
@@ -12,4 +12,4 @@ zephyr_library_sources_ifdef(CONFIG_EMUL_BMI emul_bmi160.c)
zephyr_library_sources_ifdef(CONFIG_EMUL_BMI emul_bmi260.c)
zephyr_library_sources_ifdef(CONFIG_EMUL_TCS3400 emul_tcs3400.c)
zephyr_library_sources_ifdef(CONFIG_EMUL_BB_RETIMER emul_bb_retimer.c)
-zephyr_library_sources_ifdef(CONFIG_EMUL_LN9310 emul_ln9310.c)
+zephyr_library_sources_ifdef(CONFIG_EMUL_LN9310 emul_ln9310.c)
diff --git a/zephyr/emul/Kconfig.ln9310 b/zephyr/emul/Kconfig.ln9310
index f0ab50b61b..5773cf3721 100644
--- a/zephyr/emul/Kconfig.ln9310
+++ b/zephyr/emul/Kconfig.ln9310
@@ -19,4 +19,4 @@ module = LN9310_EMUL
module-str = ln9310_emul
source "subsys/logging/Kconfig.template.log_config"
-endif # EMUL_LN9310 \ No newline at end of file
+endif # EMUL_LN9310