diff options
author | Arnaud Lacombe <lacombar@gmail.com> | 2011-08-25 01:03:30 (GMT) |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-11-01 23:24:01 (GMT) |
commit | 5f7efb4c6da9f90cb306923ced2a6494d065a595 (patch) | |
tree | 09de567dace3a1d7beb425e4db280b01145e25f4 /Makefile | |
parent | 0359de7dd501f694f01b61364c9b633eab41f494 (diff) | |
download | linux-5f7efb4c6da9f90cb306923ced2a6494d065a595.tar.xz |
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-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -983,7 +983,6 @@ archprepare: prepare1 scripts_basic prepare0: archprepare FORCE $(Q)$(MAKE) $(build)=. - $(Q)$(MAKE) $(build)=. missing-syscalls # All the preparing.. prepare: prepare0 |