X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=tools%2Fvirtio%2FMakefile;h=b48c4329e6445a89583126b509fe45b0874492a3;hb=73640c991e2f2804939af70567b23e4c54b7c266;hp=d1d442ed106aa057b5bcc0ff63afa1b27f5c80cc;hpb=29266e2e29f1f87b93321e56812f9fb16f91cb6d;p=~andy%2Flinux diff --git a/tools/virtio/Makefile b/tools/virtio/Makefile index d1d442ed106..b48c4329e64 100644 --- a/tools/virtio/Makefile +++ b/tools/virtio/Makefile @@ -1,7 +1,7 @@ all: test mod test: virtio_test virtio_test: virtio_ring.o virtio_test.o -CFLAGS += -g -O2 -Wall -I. -I ../../usr/include/ -Wno-pointer-sign -fno-strict-overflow -MMD +CFLAGS += -g -O2 -Wall -I. -I ../../usr/include/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasing -fno-common -MMD vpath %.c ../../drivers/virtio mod: ${MAKE} -C `pwd`/../.. M=`pwd`/vhost_test