From 9f4891f95070c66ea9f1aba99d72724d4ab24e5a Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Sat, 19 Sep 2020 20:43:05 +0800 Subject: Revised makefiles, added strtok(), command line arguments, SetHeapSize(), moved ISR and callback system to psxetc, moved debug font to psxgpu, fixed CD-ROM library crashing on PSIO, fixed interrupt callback setup to fix crashing on ResetGraph() --- libpsn00b/common.mk | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 libpsn00b/common.mk (limited to 'libpsn00b/common.mk') diff --git a/libpsn00b/common.mk b/libpsn00b/common.mk deleted file mode 100644 index d15d4a5..0000000 --- a/libpsn00b/common.mk +++ /dev/null @@ -1,35 +0,0 @@ -# Adjustable common makefile values for PSn00bSDK example programs. -# You may need to modify these values to match with your toolchain setup. - -# GCC version -ifndef GCC_VERSION - -GCC_VERSION = 7.4.0 - -endif - -# GCC base paths -ifndef GCC_BASE - -ifeq "$(OS)" "Windows_NT" # For Windows - -GCC_BASE = /c/mipsel-unknown-elf - -else # For Linux/BSDs - -GCC_BASE = /usr/local/mipsel-unknown-elf - -endif - -endif - - -# Toolchain prefix -PREFIX = mipsel-unknown-elf- - -# Include directories -INCLUDE = -I../include - -# Finish paths -LIBDIRS += -L$(GCC_BASE)/lib/gcc/mipsel-unknown-elf/$(GCC_VERSION) -INCLUDE += -I$(GCC_BASE)/lib/gcc/mipsel-unknown-elf/$(GCC_VERSION)/include -- cgit v1.2.3