blob: d325b3a81eac9e3964f2e3a68b39faca54f76fdf [file] [log] [blame]
Chris Kay1559f642024-06-04 00:04:48 +00001#
2# Copyright (c) 2024, Arm Limited and Contributors. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7ifndef build-rules-mk
8 build-rules-mk := $(lastword $(MAKEFILE_LIST))
9
10 include $(dir $(build-rules-mk))common.mk
11 include $(dir $(build-rules-mk))utilities.mk
12
13 .SECONDEXPANSION:
14
15 %/:
16 $(s)echo ' MD '$(call escape-shell,$(abspath $@))
17 $(q)mkdir -p $(call escape-shell,$@)
18endif