diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2016-07-09 20:07:17 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2016-07-09 20:07:17 +0300 |
commit | ff364ceb8a6c92c7da630c4bc408e888ac3d9266 (patch) | |
tree | eb3e87b8fbdf2756cfedb4c134a08bc4745af807 /accel-pppd/net/CMakeLists.txt | |
parent | 81df5d567b747b2af12a1c2fa2a330899b22821b (diff) | |
download | accel-ppp-ff364ceb8a6c92c7da630c4bc408e888ac3d9266.tar.gz accel-ppp-ff364ceb8a6c92c7da630c4bc408e888ac3d9266.zip |
removed accel-dp related files
accel-dp will be continued in separated branch
Diffstat (limited to 'accel-pppd/net/CMakeLists.txt')
-rw-r--r-- | accel-pppd/net/CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/accel-pppd/net/CMakeLists.txt b/accel-pppd/net/CMakeLists.txt deleted file mode 100644 index f27c7c54..00000000 --- a/accel-pppd/net/CMakeLists.txt +++ /dev/null @@ -1,7 +0,0 @@ -IF (DEFINED DPDK) - ADD_LIBRARY(net-accel-dp SHARED dp.c) - - INSTALL(TARGETS net-accel-dp - LIBRARY DESTINATION lib${LIB_SUFFIX}/accel-ppp - ) -ENDIF() |