agent-enviroments/builder/libs/seastar/dpdk/Makefile
2024-09-10 17:06:08 +03:00

8 lines
219 B
Makefile

# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2010-2020 Intel Corporation
.PHONY: all
all:
@echo "To build DPDK please use meson and ninja as described at"
@echo " https://core.dpdk.org/doc/quick-start/"