Skip to content

Commit

Permalink
cspec: adjust for kernel build change
Browse files Browse the repository at this point in the history
PR seL4/seL4#1105 moves config generation back to configure time.
This means we can revert eaf735c.

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed Oct 29, 2023
1 parent b3c6df4 commit 1fa8d8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/cspec/c/kernel.mk
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ ${CONFIG_DONE}: ${KERNEL_DEPS} gen-config-thy.py ${OVERLAY}
${KERNEL_CMAKE_OPTIMISATION} ${KERNEL_CMAKE_EXTRA_OPTIONS} \
${OVERLAY_OPT} \
-G Ninja ${SOURCE_ROOT}
cd ${KERNEL_CONFIG_ROOT} && ninja gen_config/kernel/gen_config.json
@touch ${CONFIG_DONE}
ifneq ($(L4V_ARCH),X64)
@if [ "$$(diff -q ${OVERLAY} ${DEFAULT_OVERLAY})" ]; then \
Expand Down

0 comments on commit 1fa8d8c

Please sign in to comment.