You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
444 B
18 lines
444 B
#
|
|
# Copyright (c) 2024, Arm Limited and Contributors. All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
#
|
|
|
|
ifndef build-rules-mk
|
|
build-rules-mk := $(lastword $(MAKEFILE_LIST))
|
|
|
|
include $(dir $(build-rules-mk))common.mk
|
|
include $(dir $(build-rules-mk))utilities.mk
|
|
|
|
.SECONDEXPANSION:
|
|
|
|
%/:
|
|
$(s)echo ' MD '$(call escape-shell,$(abspath $@))
|
|
$(q)mkdir -p $(call escape-shell,$@)
|
|
endif
|
|
|