diff --git a/Makefile.ps3.salamander b/Makefile.ps3.salamander index 8c71509805..751a82235a 100644 --- a/Makefile.ps3.salamander +++ b/Makefile.ps3.salamander @@ -1,6 +1,7 @@ CELL_BUILD_TOOLS = SNC CELL_SDK ?= /usr/local/cell HAVE_LOGGER = 0 +CELL_MK_DIR ?= $(CELL_SDK)/samples/mk include $(CELL_MK_DIR)/sdk.makedef.mk @@ -32,4 +33,6 @@ PPU_LDLIBS += -lm -lnet_stub -lnetctl_stub -lio_stub -lsysmodule_stub -lsysutil PPU_OPTIMIZE_LV := -O2 +MAKE_FSELF = $(CELL_SDK)/host-win32/bin/make_fself.exe + include $(CELL_MK_DIR)/sdk.target.mk