From eb82284f180196f911fd70ebf0cddfbfdf5af3e3 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 27 Jul 2009 16:13:18 +0200 Subject: simplify brlapi selection Use same style that everythnig else Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a53b630935..ed9a08d6e9 100644 --- a/Makefile +++ b/Makefile @@ -100,9 +100,7 @@ obj-y += qdev.o qdev-properties.o ssi.o obj-$(CONFIG_BRLAPI) += baum.o -ifdef CONFIG_BRLAPI -LIBS+=-lbrlapi -endif +LIBS+=$(BRLAPI_LIBS) obj-$(CONFIG_WIN32) += tap-win32.o obj-$(CONFIG_POSIX) += migration-exec.o -- cgit v1.2.3