summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaket Dumbre <97769119+sacdintel@users.noreply.github.com>2023-04-19 10:28:34 -0700
committerGitHub <noreply@github.com>2023-04-19 10:28:34 -0700
commit884f2848ee9be849e01579bf149682605d56e31b (patch)
tree4c1cb010ab5019c9327e1cc170ca61f38e6de07f
parenta0dc3f89a144b1d149d9f8a0d3f1398f0059620f (diff)
parentb4f832793a320949e2b760bfc1cd3e879dae5111 (diff)
downloadacpica-884f2848ee9be849e01579bf149682605d56e31b.tar.gz
Merge pull request #868 from najumon1980/zmodule
build: add module name for build system
-rw-r--r--zephyr/module.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/zephyr/module.yml b/zephyr/module.yml
new file mode 100644
index 000000000..d7ba8ea1a
--- /dev/null
+++ b/zephyr/module.yml
@@ -0,0 +1,4 @@
+name: acpica
+build:
+ cmake-ext: True
+ kconfig-ext: True