aboutsummaryrefslogtreecommitdiffstats
path: root/genl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'genl/Makefile')
-rw-r--r--genl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/genl/Makefile b/genl/Makefile
index 03d1f26a..de1635e4 100644
--- a/genl/Makefile
+++ b/genl/Makefile
@@ -1,6 +1,6 @@
GENLOBJ=genl.o
-include ../Config
+include ../config.mk
SHARED_LIBS ?= y
CFLAGS += -fno-strict-aliasing
@@ -20,6 +20,7 @@ endif
all: genl
genl: $(GENLOBJ) $(LIBNETLINK) $(LIBUTIL) $(GENLLIB)
+ $(QUIET_LINK)$(CC) $^ $(LDFLAGS) $(LDLIBS) -o $@
install: all
install -m 0755 genl $(DESTDIR)$(SBINDIR)