Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b14f2190 authored by Chris Metcalf's avatar Chris Metcalf
Browse files

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: default avatarChris Metcalf <cmetcalf@tilera.com>
parent e81510e0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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