mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
configure: eliminate target_libs_softmmu
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
parent
f544a488e5
commit
2b6b7099fb
3 changed files with 5 additions and 5 deletions
|
@ -18,8 +18,9 @@ common-obj-$(CONFIG_FRAMEBUFFER) += framebuffer.o
|
|||
common-obj-$(CONFIG_MILKYMIST) += milkymist-vgafb.o
|
||||
common-obj-$(CONFIG_ZAURUS) += tc6393xb.o
|
||||
|
||||
ifeq ($(CONFIG_GLX),y)
|
||||
common-obj-$(CONFIG_MILKYMIST) += milkymist-tmu2.o
|
||||
ifeq ($(CONFIG_MILKYMIST_TMU2),y)
|
||||
common-obj-y += milkymist-tmu2.o
|
||||
libs_softmmu += $(GLX_LIBS)
|
||||
endif
|
||||
|
||||
obj-$(CONFIG_OMAP) += omap_dss.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue