summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-10-29 23:30:51 +0100
committerJo-Philipp Wich <jow@openwrt.org>2014-10-29 23:30:51 +0100
commit5189dda49f8764898e3f9289b73d8b347d2fe1e7 (patch)
treeaaff75638136b09b07e398e5b3ec18a34bcd1492
parentf77b1111e4e413b383295dc2c4afd95ae4b0b9a5 (diff)
parent45399c5f9a57ddde2284cfef56b3ef608d54fc6a (diff)
Merge pull request #240 from nmav/master
openconnect proto: added missing makefile
-rw-r--r--protocols/openconnect/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/openconnect/Makefile b/protocols/openconnect/Makefile
new file mode 100644
index 000000000..f7fac7740
--- /dev/null
+++ b/protocols/openconnect/Makefile
@@ -0,0 +1,2 @@
+include ../../build/config.mk
+include ../../build/module.mk