diff --git a/Makefile b/Makefile index 34c69ac..eb94674 100644 --- a/Makefile +++ b/Makefile @@ -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 @@ -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