From cffe9a53f6bacb0c72d83efa19b1a9764d44dc72 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 21 Dec 2010 20:47:08 +0100 Subject: 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. --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3