From e2ad6f16a88031cb85c5409fb158e15dac966f80 Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Thu, 7 Sep 2017 16:35:52 +0800 Subject: buildsys: Move vde libs to per object Signed-off-by: Fam Zheng Message-Id: <20170907083552.17725-3-famz@redhat.com> Reviewed-by: Jason Wang Signed-off-by: Fam Zheng --- net/Makefile.objs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net') diff --git a/net/Makefile.objs b/net/Makefile.objs index 67ba5e26fb..64adf32f40 100644 --- a/net/Makefile.objs +++ b/net/Makefile.objs @@ -21,3 +21,5 @@ tap-obj-$(CONFIG_SOLARIS) = tap-solaris.o tap-obj-y ?= tap-stub.o common-obj-$(CONFIG_POSIX) += tap.o $(tap-obj-y) common-obj-$(CONFIG_WIN32) += tap-win32.o + +vde.o-libs = $(VDE_LIBS) -- cgit v1.2.1