aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArnaud Lacombe <lacombar@gmail.com>2011-08-24 21:03:30 -0400
committerMichal Marek <mmarek@suse.cz>2011-11-02 00:24:01 +0100
commit5f7efb4c6da9f90cb306923ced2a6494d065a595 (patch)
tree09de567dace3a1d7beb425e4db280b01145e25f4 /Makefile
parent0359de7dd501f694f01b61364c9b633eab41f494 (diff)
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 ab38311014e..2e78b080033 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