Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tools/virtio: propagate V=X to kernel build

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

+1 -1
+1 -1
tools/virtio/Makefile
··· 6 6 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 7 7 vpath %.c ../../drivers/virtio ../../drivers/vhost 8 8 mod: 9 - ${MAKE} -C `pwd`/../.. M=`pwd`/vhost_test 9 + ${MAKE} -C `pwd`/../.. M=`pwd`/vhost_test V=${V} 10 10 .PHONY: all test mod clean 11 11 clean: 12 12 ${RM} *.o vringh_test virtio_test vhost_test/*.o vhost_test/.*.cmd \