X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fvhost%2FMakefile;h=af7be99a9a4bd9cf51bf7fa77ff009d2e741a0b0;hb=ca059fa5e290dcbb90029defc6b5699b6c0a828f;hp=e95c68aebaa19b9ff6bf25d4cbd913644a9ef6f1;hpb=27052cd63f90c516737e4c617df3874197279765;p=dpdk.git diff --git a/examples/vhost/Makefile b/examples/vhost/Makefile index e95c68aeba..af7be99a9a 100644 --- a/examples/vhost/Makefile +++ b/examples/vhost/Makefile @@ -48,7 +48,7 @@ else APP = vhost-switch # all source are stored in SRCS-y -SRCS-y := main.c +SRCS-y := main.c virtio_net.c CFLAGS += -O2 -D_FILE_OFFSET_BITS=64 CFLAGS += $(WERROR_FLAGS)