summaryrefslogtreecommitdiff
path: root/analog/motor-power-avr
diff options
context:
space:
mode:
authorNicolas Schodet2012-06-14 20:55:41 +0200
committerNicolas Schodet2012-06-14 21:01:12 +0200
commit611f033bfb1e461b3013a04e040d2dfba3d84f47 (patch)
tree6abe2f40961089a575d7523585b0f617d543f34f /analog/motor-power-avr
parentca6cfe55548a7f04a049f34ed59812c720c372b4 (diff)
all: link with -lm when needed
Diffstat (limited to 'analog/motor-power-avr')
-rw-r--r--analog/motor-power-avr/src/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/analog/motor-power-avr/src/Makefile b/analog/motor-power-avr/src/Makefile
index e5178ba4..accc8689 100644
--- a/analog/motor-power-avr/src/Makefile
+++ b/analog/motor-power-avr/src/Makefile
@@ -8,7 +8,6 @@ AVR_MCU = atmega16
# -O2 : speed
# -Os : size
OPTIMIZE = -O2
-HOST_LIBS = -lm
include $(BASE)/make/Makefile.gen