Skip to content

Commit

Permalink
Revert recent changes for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoti committed Nov 28, 2024
1 parent b70215c commit 04602cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 43 deletions.
10 changes: 9 additions & 1 deletion extras/150kernel/installer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,18 @@ EXTRA_TARGETS = EBOOT.PBP

PSP_FW_VERSION = 660

all:
all: $(TARGET).prx

pspbtcnf_game.h:
$(Q)bin2c ../btcnf/pspbtcnf_game.txt pspbtcnf_game.h pspbtcnf_game

reboot150.h:
$(Q)bin2c $(ARKROOT)/extras/150kernel/reboot150/reboot150.prx reboot150.h reboot150

systemctrl150.h:
$(Q)bin2c $(ARKROOT)/extras/150kernel/systemctrl150/systemctrl150.prx systemctrl150.h systemctrl150

tmctrl150.h:
$(Q)bin2c $(ARKROOT)/extras/150kernel/tmctrl150/tmctrl150.prx tmctrl150.h tmctrl150

PSPSDK=$(shell psp-config --pspsdk-path)
Expand Down
42 changes: 0 additions & 42 deletions extras/150kernel/installer/Makefile.bak

This file was deleted.

0 comments on commit 04602cd

Please sign in to comment.