]> rtime.felk.cvut.cz Git - jailhouse.git/commitdiff
build: Let inmates depend on hypervisor build unconditionally
authorJan Kiszka <jan.kiszka@siemens.com>
Sun, 8 Mar 2015 19:10:51 +0000 (20:10 +0100)
committerJan Kiszka <jan.kiszka@siemens.com>
Mon, 9 Mar 2015 14:10:36 +0000 (15:10 +0100)
$(clean) is no longer set only for clean runs with recent kernels. Thus
the dependency is now never set. At the same time, setting it also for
clean runs causes no unwanted side effects anymore. So remove the test.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Kbuild

diff --git a/Kbuild b/Kbuild
index a87d1a19a70aeb0f6b35a13b5f9b35098657c2f2..2c8e9dffba2e9b04da6e16973a903528b7432314 100644 (file)
--- a/Kbuild
+++ b/Kbuild
@@ -26,6 +26,4 @@ $(obj)/hypervisor/include/jailhouse/version.h: $(obj)/hypervisor
 $(obj)/driver.o: $(obj)/hypervisor/include/jailhouse/version.h
 
 # inmates build depends on generated config.mk of the hypervisor
-ifeq ($(clean),)
 $(addprefix $(obj)/,inmates): $(obj)/hypervisor
-endif