aboutsummaryrefslogtreecommitdiffstats
path: root/vpp-api/lua/Makefile
diff options
context:
space:
mode:
authorAndrew Yourtchenko <ayourtch@gmail.com>2016-11-25 13:29:30 +0000
committerDamjan Marion <dmarion.lists@gmail.com>2016-11-28 11:55:34 +0000
commit985f3d11fae7f93eb9a9e96d59b8e7a066819672 (patch)
treed44d3888ca6118384d7ea79b85411aa0b8539b5c /vpp-api/lua/Makefile
parent085f5c00661ef00a038d3d54be7be6dafd0a6d89 (diff)
Clean up the Lua API, make it luajit-only, no C
This removes the libcough which was a temporary layer atop the libpneum to make it synchronous. Now Lua API only requres luajit, and has no dependencies on compiling any C. Also comment out a couple of debug print functions. Change-Id: I35fd1c8088c6fd1b10b9e4d903ad241ab32fd91a Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Diffstat (limited to 'vpp-api/lua/Makefile')
-rw-r--r--vpp-api/lua/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/vpp-api/lua/Makefile b/vpp-api/lua/Makefile
deleted file mode 100644
index b5a95b2fe9d..00000000000
--- a/vpp-api/lua/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: libcough.so
-
-libcough.so: cough.c
- gcc -o libcough.so -shared -fPIC cough.c
-clean:
- rm -f libcough.so