From 8f6420227dd4dbf70238e667c84e09c996ffab08 Mon Sep 17 00:00:00 2001 From: Johny Mattsson Date: Thu, 1 Oct 2015 15:27:42 +1000 Subject: [PATCH] Mark top level makefile as not parallel capable. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2e16a06b..acd600f1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ # copyright (c) 2010 Espressif System # +.NOTPARALLEL: ifndef PDIR endif