commit | 973d5173b654e1a4bb7e55ec15f15365cb080653 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Fri Apr 01 12:06:04 2016 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Fri Apr 01 12:06:04 2016 -0700 |
tree | f82f63c2a98c9a98fb1eeae22106bcf66fd98dd1 | |
parent | 54fa7c7f8758129e666d2ec7ff0a2b7ab7300363 [diff] | |
parent | 91fc41a69fc028b4898c0f7c73b7186af46f08f9 [diff] |
Merge "[qca-nss-clients] ipsecmgr default subnet rule"
diff --git a/Makefile b/Makefile index 71ebb8f..4c9aa4f 100644 --- a/Makefile +++ b/Makefile
@@ -4,7 +4,6 @@ obj-y+= profiler/ obj-y+= nss_qdisc/ -obj-y+= ipsecmgr/ # DTLS manager ifneq ($(findstring 3.4, $(KERNELVERSION)),) @@ -45,5 +44,10 @@ #NSS PPTP obj-y+= pptp/ +#TODO: The following modules will be enabled for 4.4 kernel as porting progresses +ifneq ($(VERSION).$(PATCHLEVEL), 4.4) +obj-y+= ipsecmgr/ +endif + obj ?= .