summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index ab552dc..7d91b8f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,9 +24,7 @@ SUBDIRS = lib src
modules:
${MAKE} -C $(KBUILD_OUTPUT) M=$$PWD/kernel V=$V \
- IP_SET_MAX=$(IP_SET_MAX) \
- NETLINK_DUMP_CONST=$(NETLINK_DUMP_CONST) \
- NFNL_CB_CONST=$(NFNL_CB_CONST) modules
+ IP_SET_MAX=$(IP_SET_MAX) modules
modules_install:
${MAKE} -C $(KBUILD_OUTPUT) M=$$PWD/kernel modules_install