diff options
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index c563a03f7..bac17c3e7 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,5 +1,6 @@ DIRS = serial_probe -CFLAGS = -Wall +LDFLAGS = $(shell pkg-config libtirpc --libs) +CFLAGS = -Wall $(shell pkg-config libtirpc --cflags) ARCH := $(shell arch | egrep "x86_64") ifneq ("x$(ARCH)", "x") |