From: Jack Lange Date: Wed, 4 May 2011 21:24:45 +0000 (-0500) Subject: build fix X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=97b082da9d0faabd499d7cec09c34bdf5fb7e4d9;p=palacios.git build fix --- diff --git a/palacios/src/vnet/Makefile b/palacios/src/vnet/Makefile index b573071..5140f3e 100644 --- a/palacios/src/vnet/Makefile +++ b/palacios/src/vnet/Makefile @@ -1,2 +1,3 @@ +obj-y += null.o obj-$(V3_CONFIG_VNET) += vnet_core.o diff --git a/palacios/src/vnet/null.c b/palacios/src/vnet/null.c new file mode 100644 index 0000000..1828c44 --- /dev/null +++ b/palacios/src/vnet/null.c @@ -0,0 +1,6 @@ +/** \file + * Do nothing module. + * + * This file only exists to appease the kbuild gods. + */ +