From 2133691d9d3e8b71837dbdc34ed346a5f6d40a95 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Tue, 26 Jun 2012 17:19:59 +0200 Subject: [PATCH] (PS3) Add CELL_MK_DIR define to Salamander makefile --- Makefile.ps3.salamander | 3 +++ 1 file changed, 3 insertions(+) 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