From 3ffebff2aad2ca438cf76db51fb3459c5639cd67 Mon Sep 17 00:00:00 2001 From: lameguy64 Date: Thu, 23 May 2019 22:24:56 +0800 Subject: Added BIOS Controller, BIOS CD, 2 new examples and custom exit handler in the works --- libpsn00b/psxapi/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpsn00b/psxapi/makefile') diff --git a/libpsn00b/psxapi/makefile b/libpsn00b/psxapi/makefile index 30c1522..e97451c 100644 --- a/libpsn00b/psxapi/makefile +++ b/libpsn00b/psxapi/makefile @@ -6,7 +6,7 @@ PREFIX = mipsel-unknown-elf- TARGET = ../libpsxapi.a -SOURCES = stdio fs sys +SOURCES = stdio fs sys pad AFILES = $(foreach dir,$(SOURCES),$(wildcard $(dir)/*.s)) OFILES = $(addprefix build/,$(AFILES:.s=.o)) -- cgit v1.2.3