diff options
author | Juan Quintela <quintela@redhat.com> | 2009-08-03 14:46:39 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-10 13:05:41 -0500 |
commit | 264606b3a98fdb7f30d1fbb49db2e5397a9c2011 (patch) | |
tree | 1bad507fd5c0693743b0798375e791233e69709b /Makefile | |
parent | Fold FDT_LIBS into libs_softmmu (diff) | |
download | qemu-kvm-264606b3a98fdb7f30d1fbb49db2e5397a9c2011.tar.gz qemu-kvm-264606b3a98fdb7f30d1fbb49db2e5397a9c2011.tar.bz2 qemu-kvm-264606b3a98fdb7f30d1fbb49db2e5397a9c2011.zip |
Fold BRLAPI_LIBS into libs_softmmu
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-Id:
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -92,9 +92,6 @@ obj-y += msmouse.o ps2.o obj-y += qdev.o qdev-properties.o ssi.o obj-$(CONFIG_BRLAPI) += baum.o - -LIBS+=$(BRLAPI_LIBS) - obj-$(CONFIG_WIN32) += tap-win32.o obj-$(CONFIG_POSIX) += migration-exec.o |