M7350/kernel/tools/lguest/Makefile

8 lines
196 B
Makefile
Raw Permalink Normal View History

2024-09-09 08:52:07 +00:00
# This creates the demonstration utility "lguest" which runs a Linux guest.
CFLAGS:=-m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -U_FORTIFY_SOURCE
all: lguest
clean:
rm -f lguest