aboutsummaryrefslogtreecommitdiff
path: root/kvm/kernel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kvm/kernel/Makefile')
-rw-r--r--kvm/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvm/kernel/Makefile b/kvm/kernel/Makefile
index d2913a926..3f5f6da9a 100644
--- a/kvm/kernel/Makefile
+++ b/kvm/kernel/Makefile
@@ -29,7 +29,7 @@ unifdef = mv $1 $1.orig && \
hack = $(call _hack,$T/$(strip $1))
hack-files-x86 = kvm_main.c mmu.c vmx.c svm.c x86.c irq.h lapic.c i8254.c
-hack-files-ia64 =
+hack-files-ia64 = kvm_main.c kvm_fw.c
hack-files = $(hack-files-$(ARCH_DIR))