@@ -3,33 +3,33 @@ PSPDEV = $(shell psp-config --pspdev-path)
33BUILDTOOLS = $(PSPDEV ) /share/psp-cfw-sdk/build-tools
44
55all :
6- $( Q ) mkdir -p dist/LIBS
7- $( Q ) cp pre-built/* .prx dist/LIBS/
8- $(Q )$( MAKE ) -C idStorageRegen
9- $( PY ) $( BUILDTOOLS ) /gz/pspgz.py dist/LIBS/idsregeneration.prx $( BUILDTOOLS ) /gz/SystemControl.hdr idStorageRegen/idsregeneration.prx pspIdsRegeneration_Driver 0x1007
10- $(Q )$( MAKE ) -C IOPrivileged
11- $( PY ) $( BUILDTOOLS ) /gz/pspgz.py dist/LIBS/iop.prx $( BUILDTOOLS ) /gz/SystemControl.hdr IOPrivileged/iop.prx IoPrivileged 0x1007
12- $(Q )$( MAKE ) -C IPL_Updater
13- $( PY ) $( BUILDTOOLS ) /gz/pspgz.py dist/LIBS/ipl_update.prx $( BUILDTOOLS ) /gz/SystemControl.hdr IPL_Updater/ipl_update.prx pspIplUpdate 0x1007
14- $(Q )$( MAKE ) -C KBooti_Updater
15- $( PY ) $( BUILDTOOLS ) /gz/pspgz.py dist/LIBS/kbooti_update.prx $( BUILDTOOLS ) /gz/SystemControl.hdr KBooti_Updater/kbooti_update.prx kbooti_update 0x1006
16- $(Q )$( MAKE ) -C PSPAV
17- $( PY ) $( BUILDTOOLS ) /gz/pspgz.py dist/LIBS/pspav.prx $( BUILDTOOLS ) /gz/UserModule.hdr PSPAV/pspav.prx PSPAV_Player 0x0006
18- $(Q )$( MAKE ) -C PSPFTP
19- $( PY ) $( BUILDTOOLS ) /gz/pspgz.py dist/LIBS/pspftp.prx $( BUILDTOOLS ) /gz/UserModule.hdr PSPFTP/pspftp.prx FTPlibPSP 0x0006
20- $(Q )$( MAKE ) -C PSPIdentHelper
21- $( PY ) $( BUILDTOOLS ) /gz/pspgz.py dist/LIBS/kpspident.prx $( BUILDTOOLS ) /gz/SystemControl.hdr PSPIdentHelper/kpspident.prx kpspident 0x1006
22- $(Q )$( MAKE ) -C USBDeviceDriver
23- $( PY ) $( BUILDTOOLS ) /gz/pspgz.py dist/LIBS/usbdevice.prx $( BUILDTOOLS ) /gz/SystemControl.hdr USBDeviceDriver/usbdevice.prx pspUsbDev_Driver 0x1006
24- $( Q ) echo ' All Done!'
6+ mkdir -p dist/LIBS
7+ cp pre-built/* .prx dist/LIBS/
8+ $(MAKE ) -C idStorageRegen
9+ cp idStorageRegen/idsregeneration.prx dist/LIBS/
10+ $(MAKE ) -C IOPrivileged
11+ cp IOPrivileged/iop.prx dist/LIBS/
12+ $(MAKE ) -C IPL_Updater
13+ cp IPL_Updater/ipl_update.prx dist/LIBS/
14+ $(MAKE ) -C KBooti_Updater
15+ cp KBooti_Updater/kbooti_update.prx dist/LIBS/
16+ $(MAKE ) -C PSPAV
17+ cp PSPAV/pspav.prx dist/LIBS/
18+ $(MAKE ) -C PSPFTP
19+ cp PSPFTP/pspftp.prx dist/LIBS/
20+ $(MAKE ) -C PSPIdentHelper
21+ cp PSPIdentHelper/kpspident.prx dist/LIBS/
22+ $(MAKE ) -C USBDeviceDriver
23+ cp USBDeviceDriver/usbdevice.prx dist/LIBS/
24+ echo ' All Done!'
2525
2626clean :
27- $(Q )$( MAKE ) -C idStorageRegen clean
28- $(Q )$( MAKE ) -C IOPrivileged clean
29- $(Q )$( MAKE ) -C IPL_Updater clean
30- $(Q )$( MAKE ) -C KBooti_Updater clean
31- $(Q )$( MAKE ) -C PSPAV clean
32- $(Q )$( MAKE ) -C PSPFTP clean
33- $(Q )$( MAKE ) -C PSPIdentHelper clean
34- $(Q )$( MAKE ) -C USBDeviceDriver clean
35- $( Q ) rm -rf dist
27+ $(MAKE ) -C idStorageRegen clean
28+ $(MAKE ) -C IOPrivileged clean
29+ $(MAKE ) -C IPL_Updater clean
30+ $(MAKE ) -C KBooti_Updater clean
31+ $(MAKE ) -C PSPAV clean
32+ $(MAKE ) -C PSPFTP clean
33+ $(MAKE ) -C PSPIdentHelper clean
34+ $(MAKE ) -C USBDeviceDriver clean
35+ rm -rf dist
0 commit comments