cbindgen: Dynamically generate header files during toplevel build

Change-Id: I9e62df409506f9e9e79c984f966b34cf09c1b95f
GitOrigin-RevId: 319803d00536e972f6aa65eacb5c471db97be9af
This commit is contained in:
June Tate-Gans
2022-08-15 14:48:03 -05:00
committed by Sam Leffler
parent d890571c5e
commit a5ca02b0e7
14 changed files with 22 additions and 200 deletions

View File

@@ -1,4 +1,4 @@
INTERFACES=../../../interfaces
INTERFACES=${OUT}/kata/components
${INTERFACES}/ProcessManagerBindings.h: src/lib.rs cbindgen.toml
cbindgen -c cbindgen.toml src/lib.rs -o $@