mirror of
				https://github.com/Thesola10/umd-livepatch.git
				synced 2025-08-09 22:02:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			290 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			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
 |