diff options
Diffstat (limited to 'arch/tile/Makefile')
-rw-r--r-- | arch/tile/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/tile/Makefile b/arch/tile/Makefile index a700f7f6cf5b..17acce70569b 100644 --- a/arch/tile/Makefile +++ b/arch/tile/Makefile | |||
@@ -53,6 +53,8 @@ libs-y += $(LIBGCC_PATH) | |||
53 | # See arch/tile/Kbuild for content of core part of the kernel | 53 | # See arch/tile/Kbuild for content of core part of the kernel |
54 | core-y += arch/tile/ | 54 | core-y += arch/tile/ |
55 | 55 | ||
56 | core-$(CONFIG_KVM) += arch/tile/kvm/ | ||
57 | |||
56 | ifdef TILERA_ROOT | 58 | ifdef TILERA_ROOT |
57 | INSTALL_PATH ?= $(TILERA_ROOT)/tile/boot | 59 | INSTALL_PATH ?= $(TILERA_ROOT)/tile/boot |
58 | endif | 60 | endif |