X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=4a9c17a9de79bb903c31e70370aa6229d839dced;hb=a7e1e2f76485967dd7cf71f1f6407cecded00512;hp=571277aa5a94c162b504910033725e50c3796f74;hpb=06710448c98efbc8986866f7bde6f6df1f5316c1;p=dpdk.git diff --git a/Makefile b/Makefile index 571277aa5a..4a9c17a9de 100644 --- a/Makefile +++ b/Makefile @@ -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/"