umd-livepatch/Makefile
2025-03-26 13:32:30 +01:00

15 lines
290 B
Makefile

TARGET = xdelta_umd
OBJS = main.o
LIBS =
CFLAGS = -O2 -G0 -Wall -std=c99 -DCUSTOM_PATH
# -DKPRINTF_ENABLED
CXXFLAGS = $(CFLAGS)
ASFLAGS = $(CFLAGS)
USE_KERNEL_LIBC = 1
USE_KERNEL_LIBS = 1
PSP_FW_VERSION = 500
PSPSDK = $(shell psp-config --pspsdk-path)
include $(PSPSDK)/lib/build_prx.mak