From: Keith Packard Date: Wed, 26 Sep 2007 21:25:10 +0000 (-0700) Subject: Allow parallel module compile X-Git-Tag: libdrm-2.3.1~183^2~95 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24cdd2f8c494573e1f84a752ae4eccec8890347a;p=platform%2Fupstream%2Flibdrm.git Allow parallel module compile --- diff --git a/linux-core/Makefile b/linux-core/Makefile index 1cdf3b3..f2519ed 100644 --- a/linux-core/Makefile +++ b/linux-core/Makefile @@ -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)