cmake: cache line size detection
[vpp.git] / src / plugins / marvell.am
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:
5 #
6 #     http://www.apache.org/licenses/LICENSE-2.0
7 #
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.
13
14 vppplugins_LTLIBRARIES += marvell_plugin.la
15
16 marvell_plugin_la_SOURCES = \
17         marvell/plugin.c                        \
18         marvell/pp2/cli.c                       \
19         marvell/pp2/format.c                    \
20         marvell/pp2/input.c                     \
21         marvell/pp2/output.c                    \
22         marvell/pp2/pp2.c
23
24 marvell_plugin_la_LDFLAGS = $(AM_LDFLAGS) -Wl,-l:libmusdk.a
25
26 noinst_HEADERS += marvell/pp2/pp2.h
27
28 #AUTOMAKE_OPTIONS = foreign subdir-objects
29
30 #AM_CFLAGS = -Wall
31 #AM_LDFLAGS = -module -shared -avoid-version
32
33 #vpppluginsdir = ${libdir}/vpp_plugins
34
35 #vppplugins_LTLIBRARIES = mrvl_device_plugin.la
36
37
38 #mrvl_device_plugin_la_LDFLAGS = $(AM_LDFLAGS) -Wl,-lmusdk
39 #-Wl,--whole-archive,-l:libdpdk.a,--no-whole-archive
40
41 # Remove *.la files
42 #install-data-hook:
43 #       @(cd $(vpppluginsdir) && $(RM) $(vppplugins_LTLIBRARIES))
44
45 #CLEANFILES = $(BUILT_SOURCES)
46
47 # vi:syntax=automake