Allow parallel module compile

This commit is contained in:
Keith Packard 2007-09-26 14:25:10 -07:00
parent b44925b2a5
commit 24cdd2f8c4

View 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)