aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2010-12-10 13:54:59 +0200
committernotaz2010-12-14 15:25:05 +0200
commitccf51908872ddeb811b1245e6751600b860d90b5 (patch)
tree75a1c81c1ff1878ad12bcbf4a54eba3de3ab57ea /Makefile
parent4b421010647aba998fe2ebfc7d6f226623d47954 (diff)
downloadpcsx_rearmed-ccf51908872ddeb811b1245e6751600b860d90b5.tar.gz
pcsx_rearmed-ccf51908872ddeb811b1245e6751600b860d90b5.tar.bz2
pcsx_rearmed-ccf51908872ddeb811b1245e6751600b860d90b5.zip
fix x86 build, minor refactoring
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3ca1616..10614ec 100644
--- a/Makefile
+++ b/Makefile
@@ -55,12 +55,15 @@ endif
OBJS += gui/Config.o gui/Plugin.o
OBJS += frontend/main.o frontend/plugin.o frontend/plugin_lib.o
-OBJS += frontend/omap.o frontend/menu.o
+OBJS += frontend/menu.o
OBJS += frontend/linux/fbdev.o frontend/linux/in_evdev.o
OBJS += frontend/linux/plat.o frontend/linux/oshide.o
OBJS += frontend/common/fonts.o frontend/common/input.o frontend/common/readpng.o
ifdef CROSS_COMPILE
OBJS += frontend/arm_utils.o
+OBJS += frontend/plat_omap.o
+else
+OBJS += frontend/plat_dummy.o
endif
frontend/%.o: CFLAGS += -Wall -DIN_EVDEV