aboutsummaryrefslogtreecommitdiff
path: root/examples/system/childexec
diff options
context:
space:
mode:
authorJohn Wilbert M. Villamor <lameguy64@gmail.com>2020-11-29 20:18:38 +0800
committerJohn Wilbert M. Villamor <lameguy64@gmail.com>2020-11-29 20:18:38 +0800
commit3d38a12ca171490e22c7b56cd19c008f2dadfb83 (patch)
tree543653494423391c02fa21f5688baa90c67fdabe /examples/system/childexec
parent60deeff6e078271a17cf77c6204edbbde846f0bd (diff)
downloadpsn00bsdk-3d38a12ca171490e22c7b56cd19c008f2dadfb83.tar.gz
Defined MDEC registers, corrected SquareRoot12() lookup table typo, updated memmove(), removed redundant toolchain definitions, added HDTV example
Diffstat (limited to 'examples/system/childexec')
-rw-r--r--examples/system/childexec/makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/system/childexec/makefile b/examples/system/childexec/makefile
index 4475832..b1952fc 100644
--- a/examples/system/childexec/makefile
+++ b/examples/system/childexec/makefile
@@ -13,9 +13,6 @@ LDFLAGS = -g -gc-sections -T $(GCC_BASE)/mipsel-unknown-elf/lib/ldscripts/elf32
LDFLAGS_P = $(LDFLAGS) -Ttext=0x80010000
LDFLAGS_C = $(LDFLAGS) -Ttext=0x80030000
-CC = $(PREFIX)gcc
-LD = $(PREFIX)ld
-
all: child parent
child: build/child.o