Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / tools / lguest / Makefile
diff --git a/kernel/tools/lguest/Makefile b/kernel/tools/lguest/Makefile
new file mode 100644 (file)
index 0000000..a107b5e
--- /dev/null
@@ -0,0 +1,13 @@
+# This creates the demonstration utility "lguest" which runs a Linux guest.
+CFLAGS:=-m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -U_FORTIFY_SOURCE -Iinclude
+
+all: lguest
+
+include/linux/virtio_types.h: ../../include/uapi/linux/virtio_types.h
+       mkdir -p include/linux 2>&1 || true
+       ln -sf ../../../../include/uapi/linux/virtio_types.h $@
+
+lguest: include/linux/virtio_types.h
+
+clean:
+       rm -f lguest