]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - tools/virtio/Makefile
Merge tag 'nfs-for-3.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[mirror_ubuntu-artful-kernel.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