
riel at surriel
May 17, 2005, 10:50 AM
Post #1 of 1
(8 views)
Permalink
|
|
Do not build netfront/netback loopback by default.
|
|
ChangeSet 1.1868, 2005/05/17 18:50:51+01:00, kaf24 [at] firebug Do not build netfront/netback loopback by default. Signed-off-by: Keir Fraser <keir [at] xensource> Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/linux-2.6.11-xen-sparse/drivers/xen/netback/Makefile b/linux-2.6.11-xen-sparse/drivers/xen/netback/Makefile --- a/linux-2.6.11-xen-sparse/drivers/xen/netback/Makefile 2005-05-17 14:05:17 -04:00 +++ b/linux-2.6.11-xen-sparse/drivers/xen/netback/Makefile 2005-05-17 14:05:17 -04:00 @@ -1,2 +1,2 @@ -obj-y := netback.o control.o interface.o loopback.o +obj-y := netback.o control.o interface.o _______________________________________________ Xen-changelog mailing list Xen-changelog [at] lists http://lists.xensource.com/xen-changelog
|