diff options
author | juraj.linkes <juraj.linkes@pantheon.tech> | 2019-08-14 11:11:33 +0200 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-10-03 16:56:38 +0000 |
commit | 664ec91fdea75c90c3b9c8086a9a97df32a6f91b (patch) | |
tree | 0f7c4f0eb48cbeb0c46423d06b0322ba87e71d15 /build-root/platforms.mk | |
parent | 87d7bac5cf2ebdc7820e1edaadc2cc3b6d111cf2 (diff) |
ebuild: Unite default build platform to vpp
Top level makefile is using vpp as the default platform. The other place
where platform is specified has native as the default. Unite them to the
only currently supported platform - vpp.
Type: make
Change-Id: Idb12ccc3056dd6be640a2d6763dc30e4f789d2ac
Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
Diffstat (limited to 'build-root/platforms.mk')
-rw-r--r-- | build-root/platforms.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-root/platforms.mk b/build-root/platforms.mk index cb36d1bfac7..3584dfa0948 100644 --- a/build-root/platforms.mk +++ b/build-root/platforms.mk @@ -35,7 +35,7 @@ # # Platform selects e.g. Linux config file -PLATFORM = native +PLATFORM = vpp native_arch = native |