summaryrefslogtreecommitdiff
path: root/tools/lguest/Makefile
blob: d04599a798025bdb006e5499d9097d290c213067 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This creates the demonstration utility "lguest" which runs a Linux guest.
CFLAGS:=-m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -U_FORTIFY_SOURCE -Iinclude

all: lguest

include/linux/virtio_types.h: ../../include/uapi/linux/virtio_types.h
	mkdir -p include/linux 2>&1 || true
	ln -sf ../../../../include/uapi/linux/virtio_types.h $@

lguest: include/linux/virtio_types.h

clean:
	rm -f lguest
	rm -rf include
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2017-01-17 17:32:54 -0500 committerJames Bottomley <James.Bottomley@HansenPartnership.com>2017-01-17 17:32:54 -0500 commit9208b75e048dda0d285904de9be7ab654a4b94fc (patch) treeb3af58ccd11b9ea186d1388be263b8ae0cb829b3 /include/dt-bindings/clock/qcom,gcc-msm8660.h parent2f5a31456ee80b37ef1170319fa134af0a1dfcc4 (diff)parentffb58456589443ca572221fabbdef3db8483a779 (diff)
Merge remote-tracking branch 'mkp-scsi/fixes' into fixes
Diffstat (limited to 'include/dt-bindings/clock/qcom,gcc-msm8660.h')