diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-03-21 08:04:48 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2017-03-21 10:25:01 +0000 |
commit | cc720a5dc4d096206d30f7724fc9dc5c8af4593b (patch) | |
tree | 169b5497407e360a7aaae5e6b150a35fe902132e /hw/display/Makefile.objs | |
parent | 940a8ce075e3408742a4edcabfd6c2a15e2539eb (diff) | |
download | qemu-cc720a5dc4d096206d30f7724fc9dc5c8af4593b.zip qemu-cc720a5dc4d096206d30f7724fc9dc5c8af4593b.tar.gz qemu-cc720a5dc4d096206d30f7724fc9dc5c8af4593b.tar.bz2 |
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>
Diffstat (limited to 'hw/display/Makefile.objs')
-rw-r--r-- | hw/display/Makefile.objs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/hw/display/Makefile.objs b/hw/display/Makefile.objs index 3d02e8b..551c050 100644 --- a/hw/display/Makefile.objs +++ b/hw/display/Makefile.objs @@ -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 |