xref: /dpdk/Makefile (revision 05b6eee7bdabf7c17ed69c44515e0cd7d6e1da23)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2010-2020 Intel Corporation
3
4.PHONY: all
5all:
6	@echo "To build DPDK please use meson and ninja as described at"
7	@echo "    https://core.dpdk.org/doc/quick-start/"
8