X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=Makefile;h=4a9c17a9de79bb903c31e70370aa6229d839dced;hb=9ae86b4cfc779c95fa0f8e859ac54b5f24ae3d4f;hp=6cd70a0990c0a73556ddb27bcd8c75469a7b46b1;hpb=c01e715848616c5f4393aca8d7385cf409a4aecf;p=dpdk.git diff --git a/Makefile b/Makefile index 6cd70a0990..4a9c17a9de 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ # SPDX-License-Identifier: BSD-3-Clause -# Copyright(c) 2010-2014 Intel Corporation - -.error Error please compile using GNU Make (gmake) +# Copyright(c) 2010-2020 Intel Corporation +.PHONY: all +all: + @echo "To build DPDK please use meson and ninja as described at" + @echo " https://core.dpdk.org/doc/quick-start/"