Skip to content

Commit 992b8ad

Browse files
committed
Makefile.ps5: Add missing assets to list.
install-ps5.c includes 6 assets, but only 3 are listed in the Makefile. Missing ftpsrv-ps5.elf from the list allows make to try building ftpsrv-ps5-install.elf before ftpsrv-ps5.elf is available.
1 parent f8833f4 commit 992b8ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile.ps5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ endif
2626
VERSION_TAG := $(shell git describe --abbrev=6 --dirty --always --tags)
2727
TITLE_ID := BREW10001
2828
ASSETS := assets/param.json assets/icon0.png assets/websrv.html
29+
ASSETS += assets/xterm.min.js assets/xterm.min.css ftpsrv-ps5.elf
2930

3031
CFLAGS := -Wall -Werror -DVERSION_TAG=\"$(VERSION_TAG)\" -I.
3132
CFLAGS += -DTITLE_ID=\"$(TITLE_ID)\"

0 commit comments

Comments
 (0)