diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2012-03-30 15:29:40 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2012-04-02 12:13:46 -0400 |
commit | b14f21906774be181627412fed5b6b5fae2b53a2 (patch) | |
tree | ef311dac3b272e7e9a172ff63cbcbfac8195990a /arch/tile/Makefile | |
parent | e81510e0c3800dc730e0c544e3949f7bde368c2b (diff) |
arch/tile: stop mentioning the "kvm" subdirectory
It causes "make clean" to fail, for example. Once we have KVM support
complete, we'll reinstate the subdir reference.
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/Makefile')
-rw-r--r-- | arch/tile/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/tile/Makefile b/arch/tile/Makefile index 5e4d3b98d711..9520bc5a4b7f 100644 --- a/arch/tile/Makefile +++ b/arch/tile/Makefile | |||
@@ -54,8 +54,6 @@ libs-y += $(LIBGCC_PATH) | |||
54 | # See arch/tile/Kbuild for content of core part of the kernel | 54 | # See arch/tile/Kbuild for content of core part of the kernel |
55 | core-y += arch/tile/ | 55 | core-y += arch/tile/ |
56 | 56 | ||
57 | core-$(CONFIG_KVM) += arch/tile/kvm/ | ||
58 | |||
59 | ifdef TILERA_ROOT | 57 | ifdef TILERA_ROOT |
60 | INSTALL_PATH ?= $(TILERA_ROOT)/tile/boot | 58 | INSTALL_PATH ?= $(TILERA_ROOT)/tile/boot |
61 | endif | 59 | endif |