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) | |
download | linux-3.10-b14f21906774be181627412fed5b6b5fae2b53a2.tar.gz linux-3.10-b14f21906774be181627412fed5b6b5fae2b53a2.tar.bz2 linux-3.10-b14f21906774be181627412fed5b6b5fae2b53a2.zip |
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 5e4d3b98d71..9520bc5a4b7 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 |