From 1aa0e17df7c325a41de8cf8a57f52ed853f08bf3 Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Fri, 24 Apr 2020 19:01:28 +0800 Subject: Refined toolchain instructions, organized examples, added automatic retry for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples. --- examples/sdk-common.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/sdk-common.mk') diff --git a/examples/sdk-common.mk b/examples/sdk-common.mk index 312fda3..0503b57 100644 --- a/examples/sdk-common.mk +++ b/examples/sdk-common.mk @@ -5,10 +5,10 @@ PREFIX = mipsel-unknown-elf- # Include directories -INCLUDE = -I../../libpsn00b/include +INCLUDE = -I../../../libpsn00b/include # Library directories, last entry must point toolchain libraries -LIBDIRS = -L../../libpsn00b +LIBDIRS = -L../../../libpsn00b ifndef GCC_VERSION -- cgit v1.2.3