summaryrefslogtreecommitdiffstats
path: root/arch/tile/Makefile
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2012-03-30 15:29:40 -0400
committerChris Metcalf <cmetcalf@tilera.com>2012-04-02 12:13:46 -0400
commitb14f21906774be181627412fed5b6b5fae2b53a2 (patch)
treeef311dac3b272e7e9a172ff63cbcbfac8195990a /arch/tile/Makefile
parente81510e0c3800dc730e0c544e3949f7bde368c2b (diff)
downloadlinux-b14f21906774be181627412fed5b6b5fae2b53a2.tar.gz
linux-b14f21906774be181627412fed5b6b5fae2b53a2.tar.xz
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/Makefile2
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)
# See arch/tile/Kbuild for content of core part of the kernel
core-y += arch/tile/
-core-$(CONFIG_KVM) += arch/tile/kvm/
-
ifdef TILERA_ROOT
INSTALL_PATH ?= $(TILERA_ROOT)/tile/boot
endif