Revision 131c6c9eddfa252e376edb4aeff9c7fe1b96a798 authored by Benjamin Herrenschmidt on 13 May 2010, 01:42:40 UTC, committed by Benjamin Herrenschmidt on 13 May 2010, 01:42:40 UTC
2 parent s 0fe1ac4 + b8b14c6
Raw File
Makefile
# This creates the demonstration utility "lguest" which runs a Linux guest.
CFLAGS:=-m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include -I../../arch/x86/include -U_FORTIFY_SOURCE

all: lguest

clean:
	rm -f lguest
back to top