]> rtime.felk.cvut.cz Git - jailhouse.git/blobdiff - Kbuild
arm: Rework interrupt affinity management on cell creation
[jailhouse.git] / Kbuild
diff --git a/Kbuild b/Kbuild
index c666efb7609700cc552d4d445a695599125938de..901317918b5b298c7629a83603d84be3bf55d866 100644 (file)
--- a/Kbuild
+++ b/Kbuild
@@ -13,6 +13,8 @@
 
 subdir-y := driver hypervisor configs inmates
 
+subdir-ccflags-y := -Werror
+
 # inmates build depends on generated config.mk of the hypervisor,
 # and the driver needs version.h from there
-$(addprefix $(obj)/,inmates) $(addprefix $(obj)/,driver): $(obj)/hypervisor
+$(obj)/inmates $(obj)/driver: $(obj)/hypervisor