summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJamal Hadi Salim <hadi@cyberus.ca>2006-08-08 12:13:34 -0700
committerStephen Hemminger <shemminger@osdl.org>2006-08-08 12:13:34 -0700
commit65018ae43b14c8157bbe05473d76635626177b87 (patch)
treec01782fd0e7e50265fedb22829986ca00ff9be7f /Makefile
parentde0a0b52a6ddfb6b3c4a5f835daa4cc3100bf234 (diff)
This patch adds a generic netlink controller interface.
The controller is the only module using this at the moment. Thomas has a sample user of genetlink that would fit here; bug him for it. Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac58cd97..3fc3a155 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ YACCFLAGS = -d -t -v
LDLIBS += -L../lib -lnetlink -lutil
-SUBDIRS=lib ip tc misc netem
+SUBDIRS=lib ip tc misc netem genl
LIBNETLINK=../lib/libnetlink.a ../lib/libutil.a