nv2a: Update Makefile offscreen GL sources

This commit is contained in:
Matt Borgerson 2020-03-12 02:33:21 -07:00
parent 31c526d10a
commit 0245d3bee9
1 changed files with 2 additions and 4 deletions

View File

@ -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)