From 859b59133c143b09fed86af1d409d320fa45424f Mon Sep 17 00:00:00 2001 From: Jianlin Lv Date: Fri, 27 Sep 2019 09:35:41 +0800 Subject: api: Add API support for marvell PP2 plugin Support create/delete interface with PP2 api Type: feature Signed-off-by: Jianlin Lv Change-Id: Ia9c0ac0f237fd9f71f5480d736d6bcabee763fff --- src/plugins/marvell/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/plugins/marvell/CMakeLists.txt') diff --git a/src/plugins/marvell/CMakeLists.txt b/src/plugins/marvell/CMakeLists.txt index 4e4b76886fa..336d4d6c4a3 100644 --- a/src/plugins/marvell/CMakeLists.txt +++ b/src/plugins/marvell/CMakeLists.txt @@ -29,6 +29,13 @@ if(MUSDK_INCLUDE_DIR AND MUSDK_LIB) pp2/input.c pp2/output.c pp2/pp2.c + pp2/pp2_api.c + + API_FILES + pp2/pp2.api + + API_TEST_SOURCES + pp2/pp2_test.c LINK_FLAGS ${MUSDK_LINK_FLAGS} -- cgit 1.2.3-korg