aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2015-01-11 23:35:35 +0200
committernotaz2015-01-13 00:53:41 +0200
commit8886a80857ea5329717a54f4deb37d8e974ffc9c (patch)
tree53b38a9e12bbe91afd38a1cbf13e20a0c297fa55 /Makefile
parent05c7cec77522f04857f655474574469a5e66661d (diff)
downloadpcsx_rearmed-8886a80857ea5329717a54f4deb37d8e974ffc9c.tar.gz
pcsx_rearmed-8886a80857ea5329717a54f4deb37d8e974ffc9c.tar.bz2
pcsx_rearmed-8886a80857ea5329717a54f4deb37d8e974ffc9c.zip
frontend: show C64x option
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c15f6ff..b23d33e 100644
--- a/Makefile
+++ b/Makefile
@@ -86,6 +86,7 @@ endif
ifeq "$(HAVE_C64_TOOLS)" "1"
plugins/dfsound/spu.o: CFLAGS += -DC64X_DSP
plugins/dfsound/spu.o: plugins/dfsound/spu_c64x.c
+frontend/menu.o: CFLAGS += -DC64X_DSP
endif
ifneq ($(findstring oss,$(SOUND_DRIVERS)),)
plugins/dfsound/out.o: CFLAGS += -DHAVE_OSS
@@ -292,7 +293,7 @@ endif
ifeq "$(PLATFORM)" "pandora"
PND_MAKE ?= $(HOME)/dev/pnd/src/pandora-libraries/testdata/scripts/pnd_make.sh
-rel: pcsx $(PLUGINS) \
+rel: pcsx plugins/dfsound/pcsxr_spu_area3.out $(PLUGINS) \
frontend/pandora/pcsx.sh frontend/pandora/pcsx.pxml.templ frontend/pandora/pcsx.png \
frontend/pandora/picorestore frontend/pandora/skin readme.txt COPYING
rm -rf out