summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-02-22 16:40:09 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-02-27 21:43:31 +0900
commit6b12de69ad82ceed317bdbae9ede1a256f84bf4e (patch)
treee4c4d7bd1268398b17966407d3675ebfd46dc13a /arch
parentb999923c29d69d795229e5bf1b49e1266491ff35 (diff)
kbuild: simplify single target rules
The dependency will be checked anyway after Kbuild descends into a sub-directory. Skip object/source dependency checks in top Makefile. VPATH can be simpler since the top Makefile no longer checks the presence of the source file, which is located in in the external module directory. One good thing is, it can compile an object from a generated source file. $ make crypto/rsapubkey.asn1.o ... ASN.1 crypto/rsapubkey.asn1.c CC crypto/rsapubkey.asn1.o Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions