瀏覽代碼

lguest: move the lguest tool to the tools directory

This is a better location instead of having it in Documentation.

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (fixed compile)
Davidlohr Bueso 13 年之前
父節點
當前提交
07fe9977b6
共有 6 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      drivers/lguest/Makefile
  2. 0 0
      tools/lguest/.gitignore
  3. 0 0
      tools/lguest/Makefile
  4. 0 0
      tools/lguest/extract
  5. 1 1
      tools/lguest/lguest.c
  6. 0 0
      tools/lguest/lguest.txt

+ 1 - 1
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"

+ 0 - 0
Documentation/virtual/lguest/.gitignore → tools/lguest/.gitignore


+ 0 - 0
Documentation/virtual/lguest/Makefile → tools/lguest/Makefile


+ 0 - 0
Documentation/virtual/lguest/extract → tools/lguest/extract


+ 1 - 1
Documentation/virtual/lguest/lguest.c → 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.

+ 0 - 0
Documentation/virtual/lguest/lguest.txt → tools/lguest/lguest.txt