summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-07-01 15:33:44 -0700
committerRobert Mustacchi <rm@joyent.com>2011-07-01 15:33:44 -0700
commitf7bd987c309aa99b065305eddcbb10fc494a35f6 (patch)
treef668038a497692d9497b38cb2ead6c249dc82f36 /Makefile
parentbe4035d30b9f278490b61ab83d4d80386f3932bd (diff)
downloadillumos-kvm-f7bd987c309aa99b065305eddcbb10fc494a35f6.tar.gz
HVM-464 kvm_tss.h should be hdrchk clean
HVM-465 kvm_mmu.h should be hdrchk clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 98a3984..e5483a0 100644
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,9 @@ check:
@$(HDRCHK) gcc kvm_impl.h
@$(HDRCHK) gcc kvm_iodev.h
@$(HDRCHK) gcc kvm_msidef.h
+ @$(HDRCHK) gcc kvm_mmu.h
@$(HDRCHK) gcc kvm_timer.h
+ @$(HDRCHK) gcc kvm_tss.h
@$(HDRCHK) gcc kvm_types.h
@$(HDRCHK) gcc kvm_vmx.h
@$(HDRCHK) gcc kvm_x86.h