summaryrefslogtreecommitdiff
path: root/src/telescience-pwm
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-10-08 09:50:21 -0700
committerKeith Packard <keithp@keithp.com>2013-10-08 09:50:21 -0700
commit0e5d1f3ce39495e3702ecd22cb45972e13a5c986 (patch)
tree752d01425ded941fb2959de50f237a076605c204 /src/telescience-pwm
parentf7cccbb7a624a2a47b21682f416a135a28319b41 (diff)
altos: avr-gcc appears to find the loader scripts without help now
At some point, avr-gcc lost its ability to find the loader scripts necessary to link programs. That appears to be fixed now, at least on my machine. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telescience-pwm')
-rw-r--r--src/telescience-pwm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/telescience-pwm/Makefile b/src/telescience-pwm/Makefile
index 7f39d3f1..de81b8d7 100644
--- a/src/telescience-pwm/Makefile
+++ b/src/telescience-pwm/Makefile
@@ -12,7 +12,7 @@ DUDECPUTYPE=m32u4
#PROGRAMMER=stk500v2 -P usb
LOADARG=-p $(DUDECPUTYPE) -c $(PROGRAMMER) -e -U flash:w:
-LDFLAGS=-L$(LDSCRIPTS) -Tavr5.x
+#LDFLAGS=-L$(LDSCRIPTS) -Tavr5.x
INC = \
ao.h \