aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2012-11-06 03:37:53 +0200
committernotaz2012-11-06 03:37:53 +0200
commita1b44e3650691750cff4bf1c5bc04a36c3e8066d (patch)
tree66a611aaf90be2622cfca930c81b54c3b400f631 /Makefile
parent456f1b86b44a631e7c58e42ae72ce07970843944 (diff)
downloadpcsx_rearmed-a1b44e3650691750cff4bf1c5bc04a36c3e8066d.tar.gz
pcsx_rearmed-a1b44e3650691750cff4bf1c5bc04a36c3e8066d.tar.bz2
pcsx_rearmed-a1b44e3650691750cff4bf1c5bc04a36c3e8066d.zip
frontend: make platform menu customizations more explicit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d0e4bef..2e67178 100644
--- a/Makefile
+++ b/Makefile
@@ -144,6 +144,7 @@ OBJS += frontend/libpicofe/pandora/plat.o
OBJS += frontend/libpicofe/linux/fbdev.o frontend/libpicofe/linux/xenv.o
OBJS += frontend/libpicofe/linux/in_evdev.o
OBJS += frontend/plat_pandora.o frontend/plat_omap.o
+frontend/main.o frontend/menu.o: CFLAGS += -include pandora/ui_feat.h
USE_PLUGIN_LIB = 1
USE_FRONTEND = 1
endif
@@ -153,6 +154,7 @@ OBJS += frontend/libpicofe/gp2x/soc_pollux.o
OBJS += frontend/libpicofe/linux/in_evdev.o
OBJS += frontend/plat_pollux.o frontend/in_tsbutton.o frontend/blit320.o
libpcsxcore/new_dynarec/pcsxmem.o: CFLAGS += -DCUSTOM_MEMMAPS
+frontend/main.o frontend/menu.o: CFLAGS += -include 320240/ui_gp2x.h
USE_PLUGIN_LIB = 1
USE_FRONTEND = 1
endif