blob: 137612f19b5405b4ee42e3882cd530b1fe10df40 (
plain)
1
2
3
4
5
6
7
|
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2010-2014 Intel Corporation
_BUILD_TARGETS := _prebuild _build _postbuild
comma := ,
linkerprefix = $(subst -Wl$(comma)-L,-L,$(addprefix -Wl$(comma),$1))
|