mirror of
https://github.com/libretro/RetroArch
synced 2024-12-28 18:31:05 +00:00
(PS3) Add CELL_MK_DIR define to Salamander makefile
This commit is contained in:
parent
921a91210f
commit
2133691d9d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user