Kernel  |  2.6.39

下载     查看原文件
普通文本  |  9行  |  263 B
# This creates the demonstration utility "lguest" which runs a Linux guest.
# Missing headers?  Add "-I../../include -I../../arch/x86/include"
CFLAGS:=-m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -U_FORTIFY_SOURCE

all: lguest

clean:
	rm -f lguest