blob: bebac6b4f332cc117287f58c0cf5df11bf5531f8 [file] [log] [blame]
Rusty Russell8ca47e02007-07-19 01:49:29 -07001# This creates the demonstration utility "lguest" which runs a Linux guest.
Rusty Russellf8466192010-08-27 08:39:48 -06002# Missing headers? Add "-I../../include -I../../arch/x86/include"
3CFLAGS:=-m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -U_FORTIFY_SOURCE
Rusty Russell8ca47e02007-07-19 01:49:29 -07004
Rusty Russell3c6b5bf2007-10-22 11:03:26 +10005all: lguest
Rusty Russell8ca47e02007-07-19 01:49:29 -07006
7clean:
Rusty Russell3c6b5bf2007-10-22 11:03:26 +10008 rm -f lguest