Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3bce925 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Heiko Carstens
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
parent f1090b61
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -16,9 +16,6 @@ hostprogs-y += gen_opcode_table

HOSTCFLAGS_gen_facilities.o += $(LINUXINCLUDE)

# Ensure output directory exists
_dummy := $(shell [ -d '$(kapi)' ] || mkdir -p '$(kapi)')

filechk_facility-defs.h = $(obj)/gen_facilities

filechk_dis-defs.h = \