Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
accommodate for sdk api change
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed Apr 5, 2024
1 parent 2b32b1e commit 363d6ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -18,7 +18,7 @@ PS5_HOST ?= ps5
PS5_PORT ?= 9020

ifdef PS5_PAYLOAD_SDK
include $(PS5_PAYLOAD_SDK)/make/x86_64-ps5-payload.inc
include $(PS5_PAYLOAD_SDK)/make/toolchain.mk
else
$(error PS5_PAYLOAD_SDK is undefined)
endif
Expand Down Expand Up @@ -52,6 +52,6 @@ clean:
rm -f bootstrap_elf.c socksrv_elf.c *.o *.elf

test: elfldr.elf
$(PS5_PAYLOAD_DEPLOY) -h $(PS5_HOST) -p $(PS5_PORT) $^
$(PS5_DEPLOY) -h $(PS5_HOST) -p $(PS5_PORT) $^

.INTERMEDIATE: socksrv_elf.c socksrv.elf bootstrap_elf.c bootstrap.elf

0 comments on commit 363d6ed

Please sign in to comment.