diff options
author | Bryan Cantrill <bryan@joyent.com> | 2011-04-05 18:40:38 -0700 |
---|---|---|
committer | Bryan Cantrill <bryan@joyent.com> | 2011-04-05 18:40:38 -0700 |
commit | 819d86f83a080863cc483e82fe989af2d8a86893 (patch) | |
tree | 652e4519d8579704a162d1ad44f67ccc68680ceb /Makefile | |
parent | 1520843ee6c453a508532e951039a46434b4f8cb (diff) | |
download | illumos-kvm-819d86f83a080863cc483e82fe989af2d8a86893.tar.gz |
HVM-21 kvm.c needs to be xxxcheck-clean
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |