summaryrefslogtreecommitdiff
path: root/src/telegps-v1.0/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/telegps-v1.0/Makefile')
-rw-r--r--src/telegps-v1.0/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/telegps-v1.0/Makefile b/src/telegps-v1.0/Makefile
index bd13cfe7..76dc0371 100644
--- a/src/telegps-v1.0/Makefile
+++ b/src/telegps-v1.0/Makefile
@@ -70,8 +70,6 @@ OBJ=$(SRC:.c=.o)
all: $(PROG) $(HEX)
-LDFLAGS=-L../lpc -Wl,-Taltos.ld
-
$(PROG): Makefile $(OBJ) altos.ld
$(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(OBJ) $(LIBS)