aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2012-04-23 02:00:48 +0300
committernotaz2012-04-29 19:32:08 +0300
commit7badc9353b9570fd1c67827cfb477cef07974ddb (patch)
tree5d80351ae6edfae031c858a5be8170ff625fa888 /Makefile
parent6469a8c407ff23af8b7a6218f759b368eec7c339 (diff)
downloadpcsx_rearmed-7badc9353b9570fd1c67827cfb477cef07974ddb.tar.gz
pcsx_rearmed-7badc9353b9570fd1c67827cfb477cef07974ddb.tar.bz2
pcsx_rearmed-7badc9353b9570fd1c67827cfb477cef07974ddb.zip
frontend: generic: preliminary SDL support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 141929a..0c203be 100644
--- a/Makefile
+++ b/Makefile
@@ -120,7 +120,7 @@ OBJS += frontend/menu.o frontend/linux/in_evdev.o
OBJS += frontend/common/input.o frontend/linux/xenv.o
ifeq "$(PLATFORM)" "generic"
-OBJS += frontend/plat_dummy.o
+OBJS += frontend/plat_sdl.o frontend/common/in_sdl.o
endif
ifeq "$(PLATFORM)" "pandora"
OBJS += frontend/linux/fbdev.o
@@ -145,7 +145,7 @@ frontend/%.o: CFLAGS += -DHAVE_TSLIB
OBJS += frontend/pl_gun_ts.o
endif
frontend/%.o: CFLAGS += -DIN_EVDEV
-frontend/menu.o: frontend/revision.h
+frontend/menu.o frontend/plat_sdl.o: frontend/revision.h
libpcsxcore/gte_nf.o: libpcsxcore/gte.c
$(CC) -c -o $@ $^ $(CFLAGS) -DFLAGLESS