Skip to content

Commit

Permalink
replace kernel_autoconf with sel4_autoconf
Browse files Browse the repository at this point in the history
since the mainline kernel's kernel_autoconf doesn't include
seL4/gen_config.h but sel4_autoconf does
  • Loading branch information
Yu Hou authored and Yu Hou committed Jul 18, 2019
1 parent ce8ad99 commit 2add6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsel4tutorials/CMakeLists.txt
Expand Up @@ -16,7 +16,7 @@ add_library(sel4tutorials STATIC EXCLUDE_FROM_ALL src/constructors.c src/alloc.c

target_link_libraries(
sel4tutorials
kernel_autoconf
sel4_autoconf
sel4runtime
muslc
sel4
Expand Down

0 comments on commit 2add6b7

Please sign in to comment.