2017-12-19 10:14:39 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2020-09-03 15:26:49 +00:00
|
|
|
# Copyright(c) 2010-2020 Intel Corporation
|
2012-09-04 12:54:00 +00:00
|
|
|
|
2020-09-03 15:26:49 +00:00
|
|
|
.PHONY: all
|
|
|
|
all:
|
|
|
|
@echo "To build DPDK please use meson and ninja as described at"
|
|
|
|
@echo " https://core.dpdk.org/doc/quick-start/"
|