blob: 3edfa39369fa22d7fefe1301484a0ff7c28633f1 [file] [log] [blame]
Ed Warnickecb9cada2015-12-08 15:45:58 -07001# Copyright (c) 2015 Cisco and/or its affiliates.
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# vector packet processor
Damjan Marion1664f9b2017-04-24 20:48:53 +020015
16MACHINE=$(shell uname -m)
17
Ed Warnickecb9cada2015-12-08 15:45:58 -070018vpp_arch = native
Damjan Marionc47e9792016-04-11 13:34:36 +020019
Damjan Marion8c1afb52020-10-16 15:28:47 +020020vpp_root_packages = vpp
Ed Warnickecb9cada2015-12-08 15:45:58 -070021
Damjan Marion2baa1152019-11-07 11:32:16 +010022vpp_debug_TAG_BUILD_TYPE = debug
23vpp_TAG_BUILD_TYPE = release
24vpp_clang_TAG_BUILD_TYPE = release
25vpp_gcov_TAG_BUILD_TYPE = gcov
26vpp_coverity_TAG_BUILD_TYPE = coverity