Loading drivers/lguest/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Documentation/virtual/lguest/.gitignore→tools/lguest/.gitignore +0 −0 File moved. View file Documentation/virtual/lguest/Makefile→tools/lguest/Makefile +0 −0 File moved. View file Documentation/virtual/lguest/extract→tools/lguest/extract +0 −0 File moved. View file Documentation/virtual/lguest/lguest.c→tools/lguest/lguest.c +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
drivers/lguest/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading
Documentation/virtual/lguest/lguest.c→tools/lguest/lguest.c +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading