Move kvm, uml, and lguest subdirectories under a common "virtual" directory, I.E:
[pandora-kernel.git] / Documentation / virtual / lguest / Makefile
diff --git a/Documentation/virtual/lguest/Makefile b/Documentation/virtual/lguest/Makefile
new file mode 100644 (file)
index 0000000..bebac6b
--- /dev/null
@@ -0,0 +1,8 @@
+# This creates the demonstration utility "lguest" which runs a Linux guest.
+# Missing headers?  Add "-I../../include -I../../arch/x86/include"
+CFLAGS:=-m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -U_FORTIFY_SOURCE
+
+all: lguest
+
+clean:
+       rm -f lguest