summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBryan Cantrill <bryan@joyent.com>2011-04-05 18:40:38 -0700
committerBryan Cantrill <bryan@joyent.com>2011-04-05 18:40:38 -0700
commit819d86f83a080863cc483e82fe989af2d8a86893 (patch)
tree652e4519d8579704a162d1ad44f67ccc68680ceb /Makefile
parent1520843ee6c453a508532e951039a46434b4f8cb (diff)
downloadillumos-kvm-819d86f83a080863cc483e82fe989af2d8a86893.tar.gz
HVM-21 kvm.c needs to be xxxcheck-clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1683ca1..3cb9980 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ install: kvm
@pfexec cp kvm.conf /usr/kernel/drv
check:
- @./tools/xxxcheck kvm_x86.c
+ @./tools/xxxcheck kvm_x86.c kvm.c
load: install
@echo "==> Loading kvm module"