From 0245d3bee92aa9cdab7f12fdd32b73bc9916fbb7 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Thu, 12 Mar 2020 02:33:21 -0700 Subject: [PATCH] nv2a: Update Makefile offscreen GL sources --- hw/xbox/nv2a/gl/Makefile.objs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/hw/xbox/nv2a/gl/Makefile.objs b/hw/xbox/nv2a/gl/Makefile.objs index 561b0651ae..d359145ec2 100644 --- a/hw/xbox/nv2a/gl/Makefile.objs +++ b/hw/xbox/nv2a/gl/Makefile.objs @@ -1,4 +1,2 @@ -obj-y += gloffscreen_common.o -obj-$(CONFIG_WIN32) += gloffscreen_wgl.o -obj-$(CONFIG_DARWIN) += gloffscreen_cgl.o -obj-$(CONFIG_LINUX) += gloffscreen_glx.o +obj-y += gloffscreen_common.o gloffscreen_sdl.o +gloffscreen_sdl.o-cflags := $(SDL_CFLAGS)