浏览代码

Mark top level makefile as not parallel capable.

Johny Mattsson 8 年之前
父节点
当前提交
8f6420227d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Makefile

+ 1 - 0
Makefile

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