diff options
author | Florin Coras <fcoras@cisco.com> | 2018-01-14 12:25:50 -0800 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2018-01-15 16:39:12 +0000 |
commit | 4d9b9d8e74f12a26404ccdd8baf46c61b44584db (patch) | |
tree | 2c9e0314664fca52722431f14928e1b3fd0017fb /src/svm.am | |
parent | 149a1433b0e6301a34989f5e8c7ebed3fa5bf74e (diff) |
svm: refactor memfd and remove ssvm_eth
Change-Id: Icde296e956eb89ea3a17d547f04a833916ec6440
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/svm.am')
-rw-r--r-- | src/svm.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/svm.am b/src/svm.am index 748ef147d0e..c29072e4f52 100644 --- a/src/svm.am +++ b/src/svm.am @@ -14,7 +14,6 @@ bin_PROGRAMS += svmtool svmdbtool nobase_include_HEADERS += \ - svm/memfd.h \ svm/ssvm.h \ svm/svm_common.h \ svm/svmdb.h \ @@ -30,8 +29,7 @@ libsvm_la_SOURCES = \ svm/ssvm.c \ svm/svm_fifo.c \ svm/svm_fifo_segment.c \ - svm/queue.c \ - svm/memfd.c + svm/queue.c libsvm_la_LIBADD = libvppinfra.la -lrt -lpthread libsvm_la_DEPENDENCIES = libvppinfra.la |