summaryrefslogtreecommitdiffstats
path: root/kernel/Kbuild
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 /kernel/Kbuild
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 'kernel/Kbuild')
-rw-r--r--kernel/Kbuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/kernel/Kbuild b/kernel/Kbuild
index 3124569..dca009a 100644
--- a/kernel/Kbuild
+++ b/kernel/Kbuild
@@ -1,7 +1,5 @@
EXTRA_CFLAGS := -I$(M)/include \
- -DCONFIG_IP_SET_MAX=$(IP_SET_MAX) \
- -DNETLINK_DUMP_CONST=$(NETLINK_DUMP_CONST) \
- -DNFNL_CB_CONST=$(NFNL_CB_CONST)
+ -DCONFIG_IP_SET_MAX=$(IP_SET_MAX)
obj-m += ip_set.o xt_set.o
obj-m += ip_set_bitmap_ip.o ip_set_bitmap_ipmac.o ip_set_bitmap_port.o