frontend: clean up some hacks
[pcsx_rearmed.git] / Makefile
index 5b5ffe1..141929a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -99,7 +99,7 @@ LDLIBS += -lX11 `sdl-config --libs`
 OBJS += plugins/gpulib/vout_sdl.o
 plugins/gpulib/vout_sdl.o: CFLAGS += `sdl-config --cflags`
 else
-OBJS += plugins/gpulib/vout_fb.o
+OBJS += plugins/gpulib/vout_pl.o
 endif
 
 # cdrcimg
@@ -123,7 +123,6 @@ ifeq "$(PLATFORM)" "generic"
 OBJS += frontend/plat_dummy.o
 endif
 ifeq "$(PLATFORM)" "pandora"
-frontend/%.o: CFLAGS += -DVOUT_FBDEV
 OBJS += frontend/linux/fbdev.o
 OBJS += frontend/plat_omap.o
 OBJS += frontend/plat_pandora.o