linux/tools/lguest
Rusty Russell 3e0e5f2640 lguest: fix failure to find linux/virtio_types.h
We want to use the local kernel headers, but -I../../include/uapi leads us into
a world of hurt.  Instead we create a dummy include/ dir with symlinks.

If we just use #include "../../include/uapi/linux/virtio_blk.h" we get:

	../../include/uapi/linux/virtio_blk.h:31:32: fatal error: linux/virtio_types.h: No such file or directory
	 #include <linux/virtio_types.h>

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2015-02-11 16:47:37 +10:30
..
.gitignore lguest: move the lguest tool to the tools directory 2012-01-12 15:44:47 +10:30
extract lguest: move the lguest tool to the tools directory 2012-01-12 15:44:47 +10:30
lguest.c lguest: implement virtio-PCI MMIO accesses. 2015-02-11 16:47:36 +10:30
lguest.txt lguest: fix paths in comments 2013-03-07 09:56:46 +11:00
Makefile lguest: fix failure to find linux/virtio_types.h 2015-02-11 16:47:37 +10:30