aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2022-04-05 19:26:51 +0200
committerAndrew Yourtchenko <ayourtch@gmail.com>2022-04-06 08:19:14 +0000
commitaa659ef5c311016b57433e93269aa027e1e6b159 (patch)
tree35da464b5382e723ee279359476948cc9479260d /Makefile
parent4ab55146ae2044a278a0110f9d26816f005e54bf (diff)
build: remove nasm
Type: make Change-Id: I5ee34e9d7156ccdc7a8310e8332347d850459495 Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 37dbf593564..87ab40f2207 100644
--- a/Makefile
+++ b/Makefile
@@ -77,6 +77,7 @@ DEB_DEPENDS += python3-virtualenv
DEB_DEPENDS += libssl-dev
DEB_DEPENDS += libelf-dev # for libbpf (af_xdp)
DEB_DEPENDS += iperf3 # for 'make test TEST=vcl'
+DEB_DEPENDS += nasm
LIBFFI=libffi6 # works on all but 20.04 and debian-testing