mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
add opengl_cflags to QEMU_CFLAGS
... and drop OPENGL_CFLAGS from Makefiles. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 1490079888-29029-1-git-send-email-kraxel@redhat.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
940a8ce075
commit
cc720a5dc4
3 changed files with 4 additions and 11 deletions
|
@ -18,11 +18,7 @@ common-obj-$(CONFIG_FRAMEBUFFER) += framebuffer.o
|
|||
common-obj-$(CONFIG_MILKYMIST) += milkymist-vgafb.o
|
||||
common-obj-$(CONFIG_ZAURUS) += tc6393xb.o
|
||||
|
||||
ifeq ($(CONFIG_MILKYMIST_TMU2),y)
|
||||
common-obj-y += milkymist-tmu2.o
|
||||
milkymist-tmu2.o-cflags := $(OPENGL_CFLAGS)
|
||||
milkymist-tmu2.o-libs += $(OPENGL_LIBS)
|
||||
endif
|
||||
common-obj-$(CONFIG_MILKYMIST_TMU2) += milkymist-tmu2.o
|
||||
|
||||
obj-$(CONFIG_OMAP) += omap_dss.o
|
||||
obj-$(CONFIG_OMAP) += omap_lcdc.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue