diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-05-17 03:54:26 -0400 |
---|---|---|
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | 2019-06-04 09:03:34 -0400 |
commit | c3bce92531ac4f4ed18008545d54b15f2166ddb4 (patch) | |
tree | a2165cde2596376d550065f67d629f12793e6fef /arch/s390/tools | |
parent | f1090b61a76f4af523418a4ff3de4324ae72ec47 (diff) |
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>
Diffstat (limited to 'arch/s390/tools')
-rw-r--r-- | arch/s390/tools/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/s390/tools/Makefile b/arch/s390/tools/Makefile index 8fb66c99840a..4864ea5e6ceb 100644 --- a/arch/s390/tools/Makefile +++ b/arch/s390/tools/Makefile | |||
@@ -16,9 +16,6 @@ hostprogs-y += gen_opcode_table | |||
16 | 16 | ||
17 | HOSTCFLAGS_gen_facilities.o += $(LINUXINCLUDE) | 17 | HOSTCFLAGS_gen_facilities.o += $(LINUXINCLUDE) |
18 | 18 | ||
19 | # Ensure output directory exists | ||
20 | _dummy := $(shell [ -d '$(kapi)' ] || mkdir -p '$(kapi)') | ||
21 | |||
22 | filechk_facility-defs.h = $(obj)/gen_facilities | 19 | filechk_facility-defs.h = $(obj)/gen_facilities |
23 | 20 | ||
24 | filechk_dis-defs.h = \ | 21 | filechk_dis-defs.h = \ |