(PS3) Add CELL_MK_DIR define to Salamander makefile

This commit is contained in:
Twinaphex 2012-06-26 17:19:59 +02:00
parent 921a91210f
commit 2133691d9d

View File

@ -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