]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
arch/tile: stop mentioning the "kvm" subdirectory
authorChris Metcalf <cmetcalf@tilera.com>
Fri, 30 Mar 2012 19:29:40 +0000 (15:29 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Mon, 2 Apr 2012 16:13:46 +0000 (12:13 -0400)
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>
arch/tile/Makefile

index 5e4d3b98d7118f6a539d792b9ba939ff0fe169f5..9520bc5a4b7f65f9904882185267d797885ab7f5 100644 (file)
@@ -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