OSDN Git Service

Allow parallel module compile
authorKeith Packard <keithp@koto.keithp.com>
Wed, 26 Sep 2007 21:25:10 +0000 (14:25 -0700)
committerKeith Packard <keithp@koto.keithp.com>
Wed, 26 Sep 2007 21:25:13 +0000 (14:25 -0700)
linux-core/Makefile

index 1cdf3b3..f2519ed 100644 (file)
@@ -163,7 +163,7 @@ endif
 all: modules
 
 modules: includes
-       make -C $(LINUXDIR) $(GETCONFIG) SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
+       +make -C $(LINUXDIR) $(GETCONFIG) SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
 
 ifeq ($(HEADERFROMBOOT),1)