From 1c8321566a13c622832461efded53d8b533469e7 Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Thu, 19 Nov 2020 20:59:29 +0000 Subject: fix(drivers): rename module.yaml to module.yml module.yaml is not a valid module filename. See Zephyr `scripts/zephyr_module.py` --- app/drivers/zephyr/module.yaml | 3 --- app/drivers/zephyr/module.yml | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 app/drivers/zephyr/module.yaml create mode 100644 app/drivers/zephyr/module.yml (limited to 'app/drivers/zephyr') diff --git a/app/drivers/zephyr/module.yaml b/app/drivers/zephyr/module.yaml deleted file mode 100644 index cbff6a1..0000000 --- a/app/drivers/zephyr/module.yaml +++ /dev/null @@ -1,3 +0,0 @@ -build: - cmake: zephyr - kconfig: zephyr/Kconfig diff --git a/app/drivers/zephyr/module.yml b/app/drivers/zephyr/module.yml new file mode 100644 index 0000000..cbff6a1 --- /dev/null +++ b/app/drivers/zephyr/module.yml @@ -0,0 +1,3 @@ +build: + cmake: zephyr + kconfig: zephyr/Kconfig -- cgit v1.2.3