Skip to content

Commit

Permalink
PSP: Add EBOOT.PBP to a dist files list for the Buildbot packager
Browse files Browse the repository at this point in the history
  • Loading branch information
csnover authored and ccawley2011 committed Aug 16, 2018
1 parent 00ab41e commit 95d531b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -117,4 +117,4 @@ print-dists:
@echo $(foreach V, $(filter DIST_FILES_%, $(.VARIABLES)), $($V))

print-executables:
@echo $(EXECUTABLE) $(PLUGINS)
@echo $(if $(DIST_EXECUTABLES),$(DIST_EXECUTABLES),$(EXECUTABLE) $(PLUGINS))
1 change: 1 addition & 0 deletions backends/platform/psp/psp.mk
Expand Up @@ -3,6 +3,7 @@ PSP_EBOOT = EBOOT.PBP
PSP_EBOOT_SFO = param.sfo
PSP_EBOOT_TITLE = ScummVM-PSP
DATE = $(shell date +%Y%m%d)
DIST_EXECUTABLES=$(PSP_EBOOT) $(PLUGINS)

MKSFO = mksfoex -d MEMSIZE=1
PACK_PBP = pack-pbp
Expand Down

0 comments on commit 95d531b

Please sign in to comment.