f-stack/dpdk/Makefile

8 lines
219 B
Makefile
Raw Normal View History

2019-06-25 11:12:58 +00:00
# SPDX-License-Identifier: BSD-3-Clause
2021-02-05 08:48:47 +00:00
# Copyright(c) 2010-2020 Intel Corporation
2017-04-21 10:43:26 +00:00
2021-02-05 08:48:47 +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/"