Allow parallel module compile

main
Keith Packard 2007-09-26 14:25:10 -07:00
parent b44925b2a5
commit 24cdd2f8c4
1 changed files with 1 additions and 1 deletions

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)