Skip to content

Commit

Permalink
crates/sel4-kernel-loader: Add missing kernel config includes
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed May 3, 2024
1 parent 7b5cb21 commit 0859d99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/sel4-kernel-loader/asm/aarch32/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* SPDX-License-Identifier: GPL-2.0-only
*/

#include <kernel/gen_config.h>

#include "macros.h"
#include "registers.h"
#include "mm.h"
Expand Down
2 changes: 2 additions & 0 deletions crates/sel4-kernel-loader/asm/aarch64/mm.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* SPDX-License-Identifier: GPL-2.0-only
*/

#include <kernel/gen_config.h>

#include "registers.h"

#ifdef CONFIG_ARM_PA_SIZE_BITS_40
Expand Down

0 comments on commit 0859d99

Please sign in to comment.