blob: 83d0fe5840b685a5bfeae22cb36d049bd463e842 [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
Marco6ebca6c2017-01-10 13:53:31 +010019ifeq ($(TARGET_PLATFORM),thunderx)
Marco6ebca6c2017-01-10 13:53:31 +010020vpp_dpdk_target = arm64-thunderx-linuxapp-gcc
Marco6ebca6c2017-01-10 13:53:31 +010021endif
Damjan Marionc47e9792016-04-11 13:34:36 +020022
Damjan Marion8c1afb52020-10-16 15:28:47 +020023vpp_root_packages = vpp
Ed Warnickecb9cada2015-12-08 15:45:58 -070024
Damjan Marion2baa1152019-11-07 11:32:16 +010025vpp_debug_TAG_BUILD_TYPE = debug
26vpp_TAG_BUILD_TYPE = release
27vpp_clang_TAG_BUILD_TYPE = release
28vpp_gcov_TAG_BUILD_TYPE = gcov
29vpp_coverity_TAG_BUILD_TYPE = coverity