From 7badc9353b9570fd1c67827cfb477cef07974ddb Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 23 Apr 2012 02:00:48 +0300 Subject: frontend: generic: preliminary SDL support --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3