Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 370932
b: refs/heads/master
c: 1515c5c
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell committed Mar 20, 2013
1 parent d84fded commit d92c10b
Show file tree
Hide file tree
Showing 4 changed files with 748 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f87d0fbb579818fed3eeb0923cc253163ab93039
refs/heads/master: 1515c5ce26ae45a8ecea4e68a484562ca4356442
10 changes: 6 additions & 4 deletions trunk/tools/virtio/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
all: test mod
test: virtio_test
test: virtio_test vringh_test
virtio_test: virtio_ring.o virtio_test.o
CFLAGS += -g -O2 -Wall -I. -I ../../usr/include/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasing -fno-common -MMD
vpath %.c ../../drivers/virtio
vringh_test: vringh_test.o vringh.o virtio_ring.o

CFLAGS += -g -O2 -Wall -I. -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
.PHONY: all test mod clean
clean:
${RM} *.o vhost_test/*.o vhost_test/.*.cmd \
${RM} *.o vringh_test virtio_test vhost_test/*.o vhost_test/.*.cmd \
vhost_test/Module.symvers vhost_test/modules.order *.d
-include *.d
2 changes: 2 additions & 0 deletions trunk/tools/virtio/linux/uio.h
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#include <linux/kernel.h>

#include "../../../include/linux/uio.h"
Loading

0 comments on commit d92c10b

Please sign in to comment.