CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
hrydgard

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: hrydgard/ppsspp
Path: blob/master/Tools/SaveTool/kernelcall/Makefile
Views: 1401
release: all 
	psp-build-exports -k exports.exp 
	psp-build-exports -s -k -v exports.exp

TARGET = kernelcall
OBJS = kernelcall.o

BUILD_PRX=1
PRX_EXPORTS=exports.exp
USE_KERNEL_LIBS = 1
USE_KERNEL_LIBC = 1

INCDIR = 
CFLAGS = -O0 -G0 -Wall -g
CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti
ASFLAGS = $(CFLAGS)

LIBDIR =
LDFLAGS = -mno-crt0 -nostartfiles

LIBS = -lpspchnnlsv

PSPSDK=$(shell psp-config --pspsdk-path)
include $(PSPSDK)/lib/build.mak