Advertisement
xerpi

PSP EBOOT Makefile

Oct 12th, 2012
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.34 KB | None | 0 0
  1. TARGET = PSPWifiPwner
  2. OBJS = pspwifipwner.o
  3.  
  4. PSP_FW_VERSION = 600
  5.  
  6. LIBS = -lpspdisplay_driver -lpspkernel
  7.  
  8. CFLAGS = -O2 -G0 -Wall
  9. CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti
  10. ASFLAGS = $(CFLAGS)
  11.  
  12. EXTRA_TARGETS = EBOOT.PBP
  13. PSP_EBOOT_TITLE = PSPWifiPwner
  14.  
  15. PSPSDK=$(shell psp-config --pspsdk-path)
  16. include $(PSPSDK)/lib/build.mak
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement