summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/ddcprobe/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ddcprobe/Makefile b/tools/ddcprobe/Makefile
index 07ba43786..bcbf1464d 100644
--- a/tools/ddcprobe/Makefile
+++ b/tools/ddcprobe/Makefile
@@ -1,4 +1,5 @@
CFLAGS=-Wall -O # -g -DDEBUG
+LDFLAGS = -lm
TARGETS=ddcxinfos
ARCH := $(patsubst i%86,i386,$(shell uname -m))