diff options
author | Damjan Marion <damarion@cisco.com> | 2021-07-02 16:04:26 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2021-07-02 16:18:33 +0000 |
commit | a5167edc66c639e139ffb5de4336c54bb3d8a871 (patch) | |
tree | 1a1d9eed7a21719115a15b2eba2e302b6120140f /build-data/platforms/vpp.mk | |
parent | 9de8028a0bc0b27032d6e42292baaa8b183f2495 (diff) |
build: remove unused files and sections
Type: make
Change-Id: Ia1d8c53c5fb02f7e5c86efab6e6ccd0fdb16bc96
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'build-data/platforms/vpp.mk')
-rw-r--r-- | build-data/platforms/vpp.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build-data/platforms/vpp.mk b/build-data/platforms/vpp.mk index 83d0fe5840b..3edfa39369f 100644 --- a/build-data/platforms/vpp.mk +++ b/build-data/platforms/vpp.mk @@ -16,9 +16,6 @@ MACHINE=$(shell uname -m) vpp_arch = native -ifeq ($(TARGET_PLATFORM),thunderx) -vpp_dpdk_target = arm64-thunderx-linuxapp-gcc -endif vpp_root_packages = vpp |