summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-09-22 18:16:26 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-09-22 18:16:26 +0200
commit54ddeb6407e2284989964bc83f6ee2bbff987a4a (patch)
treec3248f38a438cb76e711f0bf42a8ba65966e9a06 /src/Makefile
parent8167e841cecd61eb1161e3e7e12cbc12cab2719a (diff)
download0xFFFF-54ddeb6407e2284989964bc83f6ee2bbff987a4a.tar.bz2
device: Implement hwrevs as array of int16_t
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index f064e6b..dbae7fe 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2,6 +2,7 @@ include ../config.mk
CPPFLAGS += -DVERSION=\"$(VERSION)\" -D_GNU_SOURCE -I.
CFLAGS += -W -Wall -Wno-unused-parameter -Wno-unused-result -O2 -pedantic -std=c99
+LIBS += -lm
ifdef WITH_USB
CPPFLAGS += -DWITH_USB
LIBS += -lusb