1 # Copyright (c) 2018 Cisco Systems, Inc.
2 # Licensed under the Apache License, Version 2.0 (the "License");
3 # you may not use this file except in compliance with the License.
4 # You may obtain a copy of the License at:
6 # http://www.apache.org/licenses/LICENSE-2.0
8 # Unless required by applicable law or agreed to in writing, software
9 # distributed under the License is distributed on an "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11 # See the License for the specific language governing permissions and
12 # limitations under the License.
14 vppplugins_LTLIBRARIES += marvell_plugin.la
16 marvell_plugin_la_SOURCES = \
19 marvell/pp2/format.c \
21 marvell/pp2/output.c \
24 marvell_plugin_la_LDFLAGS = $(AM_LDFLAGS) -Wl,-l:libmusdk.a
26 noinst_HEADERS += marvell/pp2/pp2.h
28 #AUTOMAKE_OPTIONS = foreign subdir-objects
31 #AM_LDFLAGS = -module -shared -avoid-version
33 #vpppluginsdir = ${libdir}/vpp_plugins
35 #vppplugins_LTLIBRARIES = mrvl_device_plugin.la
38 #mrvl_device_plugin_la_LDFLAGS = $(AM_LDFLAGS) -Wl,-lmusdk
39 #-Wl,--whole-archive,-l:libdpdk.a,--no-whole-archive
43 # @(cd $(vpppluginsdir) && $(RM) $(vppplugins_LTLIBRARIES))
45 #CLEANFILES = $(BUILT_SOURCES)