Merge branch 'drm-tda998x-3.12-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-cubox...
[linux-block.git] / tools / virtio / Makefile
CommitLineData
4e53f78e 1all: test mod
1515c5ce 2test: virtio_test vringh_test
4e53f78e 3virtio_test: virtio_ring.o virtio_test.o
1515c5ce
RR
4vringh_test: vringh_test.o vringh.o virtio_ring.o
5
6CFLAGS += -g -O2 -Wall -I. -I ../../usr/include/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasing -fno-common -MMD -U_FORTIFY_SOURCE
7vpath %.c ../../drivers/virtio ../../drivers/vhost
4e53f78e
MT
8mod:
9 ${MAKE} -C `pwd`/../.. M=`pwd`/vhost_test
10.PHONY: all test mod clean
11clean:
1515c5ce 12 ${RM} *.o vringh_test virtio_test vhost_test/*.o vhost_test/.*.cmd \
4e53f78e
MT
13 vhost_test/Module.symvers vhost_test/modules.order *.d
14-include *.d