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)