Skip to content

Commit

Permalink
Add comment about missing image header
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed Dec 22, 2024
1 parent a50b67f commit 3848eb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gen/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ fn make_headers_install(linux_arch: &str, linux_headers: &Path) {
.unwrap()
.success());

// HACK: Header missing from kernel installation - likely an upstream bug that needs to be reported
if linux_arch == "arm64" {
fs::copy(
"linux/arch/arm64/include/asm/image.h",
Expand Down

0 comments on commit 3848eb9

Please sign in to comment.