Home
last modified time | relevance | path

Searched hist:"6073882 cc1a8a0bcff840d6754f2f8205ba42342" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm/tools/
H A DMakefilediff 6073882cc1a8a0bcff840d6754f2f8205ba42342 Fri May 28 05:52:09 CEST 2021 Masahiro Yamada <masahiroy@kernel.org> ARM: 9084/1: simplify the build rule of mach-types.h

The directory of mach-types.h is created a couple of lines above:

_dummy := $(shell [ -d '$(kapi)' ] || mkdir -p '$(kapi)') \

The 'mkdir -p' command is redundant.

scripts/Kbuild.include defines real-prereqs as a shorthand for
$(filter-out $(PHONY),$^). Let's use it to simplify the code.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>