projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e81510e
)
arch/tile: stop mentioning the "kvm" subdirectory
author
Chris Metcalf
<cmetcalf@tilera.com>
Fri, 30 Mar 2012 19:29:40 +0000
(15:29 -0400)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/arch/tile/Makefile
b/arch/tile/Makefile
index 5e4d3b98d7118f6a539d792b9ba939ff0fe169f5..9520bc5a4b7f65f9904882185267d797885ab7f5 100644
(file)
--- 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