]> asedeno.scripts.mit.edu Git - linux.git/commit
s390: drop redundant directory creation from tools Makefile
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 17 May 2019 07:54:26 +0000 (16:54 +0900)
committerHeiko Carstens <heiko.carstens@de.ibm.com>
Tue, 4 Jun 2019 13:03:34 +0000 (15:03 +0200)
commitc3bce92531ac4f4ed18008545d54b15f2166ddb4
treea2165cde2596376d550065f67d629f12793e6fef
parentf1090b61a76f4af523418a4ff3de4324ae72ec47
s390: drop redundant directory creation from tools Makefile

As you can see in scripts/Kbuild.include, the filechk creates the
parent directory of the target as needed.

This Makefile does not need to explicitly create the directory.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
arch/s390/tools/Makefile