dpdk/Makefile
<<
>>
Prefs
   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