···11# This creates the demonstration utility "lguest" which runs a Linux guest.22-CFLAGS:=-Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include22+CFLAGS:=-Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include -I../../arch/x86/include33LDLIBS:=-lz4455all: lguest
+1-1
Documentation/lguest/lguest.c
···4444#include "linux/virtio_console.h"4545#include "linux/virtio_rng.h"4646#include "linux/virtio_ring.h"4747-#include "asm-x86/bootparam.h"4747+#include "asm/bootparam.h"4848/*L:110 We can ignore the 39 include files we need for this program, but I do4949 * want to draw attention to the use of kernel-style types.5050 *