aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2012-04-22 01:56:22 +0300
committernotaz2012-04-29 19:32:08 +0300
commit6469a8c407ff23af8b7a6218f759b368eec7c339 (patch)
tree3e5c8e2cd08f3f4dc059b5248879d8a37ff51db0 /Makefile
parent1f219c7b8a6f2b7a70f595ccdfe419ea034c9411 (diff)
downloadpcsx_rearmed-6469a8c407ff23af8b7a6218f759b368eec7c339.tar.gz
pcsx_rearmed-6469a8c407ff23af8b7a6218f759b368eec7c339.tar.bz2
pcsx_rearmed-6469a8c407ff23af8b7a6218f759b368eec7c339.zip
frontend: clean up some hacks
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cdc1a74..141929a 100644
--- a/Makefile
+++ b/Makefile
@@ -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