diff options
Diffstat (limited to 'kernel/Makefile')
-rw-r--r-- | kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/Makefile b/kernel/Makefile index b78c81aa..68f69291 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -32,6 +32,7 @@ sync: $(call hack, mmu.c) $(call hack, vmx.c) $(call hack, svm.c) + $(call hack, x86.c) install: mkdir -p $(DESTDIR)/$(INSTALLDIR) |