diff options
author | Keith Packard <keithp@koto.keithp.com> | 2007-09-26 14:25:10 -0700 |
---|---|---|
committer | Keith Packard <keithp@koto.keithp.com> | 2007-09-26 14:25:13 -0700 |
commit | 24cdd2f8c494573e1f84a752ae4eccec8890347a (patch) | |
tree | 86a2ad8e1dca9a3a737cdb4d4749d021e449630f /linux-core/Makefile | |
parent | b44925b2a553df6a611db320b553336a946aa1a8 (diff) |
Allow parallel module compile
Diffstat (limited to 'linux-core/Makefile')
-rw-r--r-- | linux-core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |