diff options
-rw-r--r-- | drivers/lguest/Makefile | 2 | ||||
-rw-r--r-- | tools/lguest/.gitignore (renamed from Documentation/virtual/lguest/.gitignore) | 0 | ||||
-rw-r--r-- | tools/lguest/Makefile (renamed from Documentation/virtual/lguest/Makefile) | 0 | ||||
-rw-r--r-- | tools/lguest/extract (renamed from Documentation/virtual/lguest/extract) | 0 | ||||
-rw-r--r-- | tools/lguest/lguest.c (renamed from Documentation/virtual/lguest/lguest.c) | 2 | ||||
-rw-r--r-- | tools/lguest/lguest.txt (renamed from Documentation/virtual/lguest/lguest.txt) | 0 |
6 files changed, 2 insertions, 2 deletions
diff --git a/drivers/lguest/Makefile b/drivers/lguest/Makefile index 8ac947c..c419750 100644 --- a/drivers/lguest/Makefile +++ b/drivers/lguest/Makefile @@ -18,7 +18,7 @@ Mastery: PREFIX=M Beer: @for f in Preparation Guest Drivers Launcher Host Switcher Mastery; do echo "{==- $$f -==}"; make -s $$f; done; echo "{==-==}" Preparation Preparation! Guest Drivers Launcher Host Switcher Mastery: - @sh ../../Documentation/virtual/lguest/extract $(PREFIX) `find ../../* -name '*.[chS]' -wholename '*lguest*'` + @sh ../../tools/lguest/extract $(PREFIX) `find ../../* -name '*.[chS]' -wholename '*lguest*'` Puppy: @clear @printf " __ \n (___()'\`;\n /, /\`\n \\\\\\\"--\\\\\\ \n" diff --git a/Documentation/virtual/lguest/.gitignore b/tools/lguest/.gitignore index 115587f..115587f 100644 --- a/Documentation/virtual/lguest/.gitignore +++ b/tools/lguest/.gitignore diff --git a/Documentation/virtual/lguest/Makefile b/tools/lguest/Makefile index 0ac3420..0ac3420 100644 --- a/Documentation/virtual/lguest/Makefile +++ b/tools/lguest/Makefile diff --git a/Documentation/virtual/lguest/extract b/tools/lguest/extract index 7730bb6..7730bb6 100644 --- a/Documentation/virtual/lguest/extract +++ b/tools/lguest/extract diff --git a/Documentation/virtual/lguest/lguest.c b/tools/lguest/lguest.c index c095d79..f759f4f 100644 --- a/Documentation/virtual/lguest/lguest.c +++ b/tools/lguest/lguest.c @@ -49,7 +49,7 @@ #include <linux/virtio_rng.h> #include <linux/virtio_ring.h> #include <asm/bootparam.h> -#include "../../../include/linux/lguest_launcher.h" +#include "../../include/linux/lguest_launcher.h" /*L:110 * We can ignore the 43 include files we need for this program, but I do want * to draw attention to the use of kernel-style types. diff --git a/Documentation/virtual/lguest/lguest.txt b/tools/lguest/lguest.txt index bff0c55..bff0c55 100644 --- a/Documentation/virtual/lguest/lguest.txt +++ b/tools/lguest/lguest.txt |