diff options
Diffstat (limited to 'recipes-jailhouse/jailhouse/jailhouse-0.6/0004-no-kbuild-of-tools.patch')
-rw-r--r-- | recipes-jailhouse/jailhouse/jailhouse-0.6/0004-no-kbuild-of-tools.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-jailhouse/jailhouse/jailhouse-0.6/0004-no-kbuild-of-tools.patch b/recipes-jailhouse/jailhouse/jailhouse-0.6/0004-no-kbuild-of-tools.patch new file mode 100644 index 0000000..4e0f337 --- /dev/null +++ b/recipes-jailhouse/jailhouse/jailhouse-0.6/0004-no-kbuild-of-tools.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | Index: git/Kbuild | ||
2 | =================================================================== | ||
3 | --- git.orig/Kbuild | ||
4 | +++ git/Kbuild | ||
5 | @@ -11,7 +11,7 @@ | ||
6 | # the COPYING file in the top-level directory. | ||
7 | # | ||
8 | |||
9 | -subdir-y := driver hypervisor configs inmates tools | ||
10 | +subdir-y := driver hypervisor configs inmates | ||
11 | |||
12 | subdir-ccflags-y := -Werror | ||
13 | |||