summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-12-21 20:47:08 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-12-21 20:47:08 +0100
commitcffe9a53f6bacb0c72d83efa19b1a9764d44dc72 (patch)
tree802a84802d43556554b826af9d1c13f77f0eb34d /Makefile.am
parent57d871ad46bfaed44e556cb872f4bfab1004d9e1 (diff)
Kernel version compatibility: support from 2.6.34
The basic kernel compatibility issues are verified back to 2.6.24. The minimal supported kernel version had to be bumped from 2.6.31 to 2.6.34.
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