Skip to content

Commit

Permalink
scripts: Update header_check to scan also the relocated headers
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
  • Loading branch information
jan-kiszka committed Dec 13, 2017
1 parent 3b9508a commit 8cd2cee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/header_check
Expand Up @@ -61,4 +61,12 @@ for header in hypervisor/arch/$ARCH/include/asm/*.h; do
test_compile asm $header
done

for header in include/jailhouse/*.h; do
test_compile jailhouse $header
done

for header in include/arch/$ARCH/asm/*.h; do
test_compile asm $header
done

rm -f .header_check.tmp.[oc]

0 comments on commit 8cd2cee

Please sign in to comment.