Browse Source

Mark top level makefile as not parallel capable.

Johny Mattsson 8 years ago
parent
commit
8f6420227d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -1,5 +1,6 @@
 #  copyright (c) 2010 Espressif System
 #
+.NOTPARALLEL:
 ifndef PDIR
 
 endif