diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2015-09-09 19:26:25 (GMT) |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2015-09-16 09:48:07 (GMT) |
commit | fd2e8d4300c56f9660679d629c449118e14c00cd (patch) | |
tree | 307f23915a9967d2a3f876189420490aebb80d2b /tools/virtio/Makefile | |
parent | 4e9fa50c6ccbebef0c4a4aae84090badf81359e6 (diff) | |
download | linux-fd2e8d4300c56f9660679d629c449118e14c00cd.tar.xz |
tools/virtio: propagate V=X to kernel build
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tools/virtio/Makefile')
-rw-r--r-- | tools/virtio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/virtio/Makefile b/tools/virtio/Makefile index 505ad51..39c89a5 100644 --- a/tools/virtio/Makefile +++ b/tools/virtio/Makefile @@ -6,7 +6,7 @@ vringh_test: vringh_test.o vringh.o virtio_ring.o CFLAGS += -g -O2 -Werror -Wall -I. -I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasing -fno-common -MMD -U_FORTIFY_SOURCE vpath %.c ../../drivers/virtio ../../drivers/vhost mod: - ${MAKE} -C `pwd`/../.. M=`pwd`/vhost_test + ${MAKE} -C `pwd`/../.. M=`pwd`/vhost_test V=${V} .PHONY: all test mod clean clean: ${RM} *.o vringh_test virtio_test vhost_test/*.o vhost_test/.*.cmd \ |