aboutsummaryrefslogtreecommitdiff
path: root/Documentation/lguest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/lguest/Makefile')
-rw-r--r--Documentation/lguest/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/lguest/Makefile b/Documentation/lguest/Makefile
deleted file mode 100644
index 1f4f9e888bd..00000000000
--- a/Documentation/lguest/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# This creates the demonstration utility "lguest" which runs a Linux guest.
-CFLAGS:=-Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include -I../../arch/x86/include -U_FORTIFY_SOURCE
-LDLIBS:=-lz
-
-all: lguest
-
-clean:
- rm -f lguest