From 24cdd2f8c494573e1f84a752ae4eccec8890347a Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 26 Sep 2007 14:25:10 -0700 Subject: Allow parallel module compile --- linux-core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-core/Makefile b/linux-core/Makefile index 1cdf3b30..f2519ed5 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) -- cgit v1.2.3