From: Jan Kiszka <jan.kis...@siemens.com>

Signed-off-by: Jan Kiszka <jan.kis...@siemens.com>
---
 scripts/header_check | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/scripts/header_check b/scripts/header_check
index 44e6281f..becb11f8 100755
--- a/scripts/header_check
+++ b/scripts/header_check
@@ -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]
-- 
2.13.6

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jailhouse-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to