diff options
Diffstat (limited to 'include/host-build.mk')
| -rw-r--r-- | include/host-build.mk | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/include/host-build.mk b/include/host-build.mk index 06f93a14a..e011c1548 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -136,6 +136,8 @@ define Host/Exports/Default  endef  Host/Exports=$(Host/Exports/Default) +.NOTPARALLEL: +  ifndef DUMP    define HostBuild    $(if $(HOST_QUILT),$(Host/Quilt))  | 
