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 8ed9fdf commit 469b68b
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 ?= 9021

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 All @@ -40,5 +40,5 @@ clean:
rm -f *.o $(ELF)

test: $(ELF)
$(PS5_PAYLOAD_DEPLOY) -h $(PS5_HOST) -p $(PS5_PORT) $^
$(PS5_DEPLOY) -h $(PS5_HOST) -p $(PS5_PORT) $^

0 comments on commit 469b68b

Please sign in to comment.