eal/memory: fix unused SIGBUS handler
[dpdk.git] / Makefile
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2010-2020 Intel Corporation
3
4 .PHONY: all
5 all:
6         @echo "To build DPDK please use meson and ninja as described at"
7         @echo "    https://core.dpdk.org/doc/quick-start/"