summaryrefslogtreecommitdiff
path: root/digital/beacon/src/makefiles/Makefile_All_ZigBit_Atmega1281_Rf230_8Mhz_Gcc
diff options
context:
space:
mode:
authorNicolas Schodet2012-05-21 22:06:22 +0200
committerNicolas Schodet2012-05-21 22:06:22 +0200
commitd2b04d857c57ebfff6e9a582d62eddad2ec9f96f (patch)
tree68cb67a1927646c9947bca05be3d6e88d7e5c782 /digital/beacon/src/makefiles/Makefile_All_ZigBit_Atmega1281_Rf230_8Mhz_Gcc
parente472abd631d23ace75636a352fe2e12407f89dcf (diff)
parent45dfaff3b05cb7f2e4ed42bd5464b7a2184bc227 (diff)
Merge remote branch 'apbteam/master'
Diffstat (limited to 'digital/beacon/src/makefiles/Makefile_All_ZigBit_Atmega1281_Rf230_8Mhz_Gcc')
-rw-r--r--digital/beacon/src/makefiles/Makefile_All_ZigBit_Atmega1281_Rf230_8Mhz_Gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/beacon/src/makefiles/Makefile_All_ZigBit_Atmega1281_Rf230_8Mhz_Gcc b/digital/beacon/src/makefiles/Makefile_All_ZigBit_Atmega1281_Rf230_8Mhz_Gcc
index 3f770992..5c46bb6e 100644
--- a/digital/beacon/src/makefiles/Makefile_All_ZigBit_Atmega1281_Rf230_8Mhz_Gcc
+++ b/digital/beacon/src/makefiles/Makefile_All_ZigBit_Atmega1281_Rf230_8Mhz_Gcc
@@ -115,7 +115,7 @@ All_ZigBit_Atmega1281_Rf230_8Mhz_Gcc/Obj/twi_hard.avr.o: CFLAGS=$(APB_CFLAGS)
$(EXE_PATH)/$(APP_NAME).elf: $(OBJS)
- $(LD) $(LINKER_FLAGS) $(OBJS) -Wl,-\( $(LIBS) -Wl,-\) -o $@
+ $(LD) $(LINKER_FLAGS) $(OBJS) -lm -Wl,-\( $(LIBS) -Wl,-\) -o $@
$(EXE_PATH)/$(APP_NAME).srec: $(EXE_PATH)/$(APP_NAME).elf
$(OBJCOPY) -O srec --srec-len 128 $^ $@