Allow parallel module compile
parent
b44925b2a5
commit
24cdd2f8c4
|
@ -163,7 +163,7 @@ endif
|
||||||
all: modules
|
all: modules
|
||||||
|
|
||||||
modules: includes
|
modules: includes
|
||||||
make -C $(LINUXDIR) $(GETCONFIG) SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
|
+make -C $(LINUXDIR) $(GETCONFIG) SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
|
||||||
|
|
||||||
ifeq ($(HEADERFROMBOOT),1)
|
ifeq ($(HEADERFROMBOOT),1)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue