From 3d38a12ca171490e22c7b56cd19c008f2dadfb83 Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Sun, 29 Nov 2020 20:18:38 +0800 Subject: Defined MDEC registers, corrected SquareRoot12() lookup table typo, updated memmove(), removed redundant toolchain definitions, added HDTV example --- examples/system/timer/makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'examples/system/timer/makefile') diff --git a/examples/system/timer/makefile b/examples/system/timer/makefile index 3fe1562..4b4c1a6 100644 --- a/examples/system/timer/makefile +++ b/examples/system/timer/makefile @@ -18,11 +18,6 @@ CPPFLAGS = $(CFLAGS) -fno-exceptions AFLAGS = -g -msoft-float LDFLAGS = -g -Ttext=0x80010000 -gc-sections -T $(GCC_BASE)/mipsel-unknown-elf/lib/ldscripts/elf32elmip.x -CC = $(PREFIX)gcc -CXX = $(PREFIX)g++ -AS = $(PREFIX)as -LD = $(PREFIX)ld - all: $(OFILES) $(LD) $(LDFLAGS) $(LIBDIRS) $(OFILES) $(LIBS) -o $(TARGET) elf2x -q $(TARGET) -- cgit v1.2.3