Skip to content

Commit 14ae6d0

Browse files
committed
module: add zephyr module dir and yaml
Temporarily add a basic `zephyr/module.yaml` entry to enable integration with Zephyr's build system. Zephyr module integration will be done in the main Zephyr tree. This change itself should eventually go upstream and the preference for this project would be to have all changes go upstream first. So in a sense, the fork of `apache/thrift` to `zephyrproject-rtos/thrift` should be kept as redundant as possible so that it could be replaced with the upstream project at any time. Signed-off-by: Chris Friedt <[email protected]>
1 parent f223bd3 commit 14ae6d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

zephyr/module.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: thrift
2+
build:
3+
cmake-ext: True
4+
kconfig-ext: True
5+

0 commit comments

Comments
 (0)