Skip to content

Commit 64864c6

Browse files
committed
CMakeLists: Add missing decls added to doc generation
With the doc generation basically duplicated, the added entries to build the DT are missing, causing doc generation to fail. Add those to the doc generation rule as well. Signed-off-by: David Brown <[email protected]>
1 parent 37e5502 commit 64864c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ ${config_paths}
208208
INCLUDE_DIRS="${include_dirs}"
209209
INCLUDE_DEFINES="${include_defines}"
210210
WRAPPER_FILE="${WRAPPER_FILE}"
211+
DT_AUGMENTS="${DT_AUGMENTS}"
212+
BINARY_DIR_INCLUDE_GENERATED="${BINARY_DIR_INCLUDE_GENERATED}"
211213
cargo doc
212214
${rust_build_type_arg}
213215

0 commit comments

Comments
 (0)