libsel4: expose .pbf files
To enable access by external tools. Signed-off-by: Nick Spinale <nick@nickspinale.com>
This commit is contained in:
parent
dd41d4de63
commit
b291e943e5
1 changed files with 2 additions and 2 deletions
|
|
@ -106,14 +106,14 @@ endfunction(genbf)
|
|||
|
||||
genbf(
|
||||
"libsel4_shared_types_gen"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/generated/shared_types_gen/shared_types.pbf"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/include/sel4/shared_types.pbf"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/mode_include/${KernelWordSize}/sel4/shared_types.bf"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/include/sel4/shared_types_gen.h"
|
||||
)
|
||||
|
||||
genbf(
|
||||
"libsel4_sel4_arch_types_gen"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/generated/sel4_arch_shared_types/types.pbf"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/sel4_arch_include/${KernelSel4Arch}/sel4/sel4_arch/types.pbf"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/sel4_arch_include/${KernelSel4Arch}/sel4/sel4_arch/types.bf"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/sel4_arch_include/${KernelSel4Arch}/sel4/sel4_arch/types_gen.h"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue