summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorArnaud Lacombe2011-08-25 03:03:30 +0200
committerMichal Marek2011-11-02 00:24:01 +0100
commit5f7efb4c6da9f90cb306923ced2a6494d065a595 (patch)
tree09de567dace3a1d7beb425e4db280b01145e25f4 /Makefile
parentgenksyms: Regenerate lexer and parser (diff)
downloadkernel-qcow2-linux-5f7efb4c6da9f90cb306923ced2a6494d065a595.tar.gz
kernel-qcow2-linux-5f7efb4c6da9f90cb306923ced2a6494d065a595.tar.xz
kernel-qcow2-linux-5f7efb4c6da9f90cb306923ced2a6494d065a595.zip
Kbuild: append missing-syscalls to the default target list
This avoid an extra make invocation on `prepare0'. Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab38311014e6..2e78b0800334 100644
--- a/Makefile
+++ b/Makefile
@@ -983,7 +983,6 @@ archprepare: prepare1 scripts_basic
prepare0: archprepare FORCE
$(Q)$(MAKE) $(build)=.
- $(Q)$(MAKE) $(build)=. missing-syscalls
# All the preparing..
prepare: prepare0