build: create dummy Makefile

This patch modifies the root Makefile to act as a dummy Makefile for
when the make support is removed from DPDK in subsequent patches.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
This commit is contained in:
Bruce Richardson 2020-09-03 16:26:49 +01:00 committed by Thomas Monjalon
parent f399b0171e
commit 05b6eee7bd
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,7 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2010-2014 Intel Corporation
# Copyright(c) 2010-2020 Intel Corporation
.error Error please compile using GNU Make (gmake)
.PHONY: all
all:
@echo "To build DPDK please use meson and ninja as described at"
@echo " https://core.dpdk.org/doc/quick-start/"