Define special case for atf which libraries names are different from their

declaration
This commit is contained in:
Baptiste Daroussin 2014-11-25 00:01:53 +00:00
parent 5716a77a38
commit 14d4f1c238

View File

@ -161,6 +161,8 @@ _DP_devstat= kvm
# Define spacial cases
LDADD_supcplusplus= -lsupc++
LDADD_atf_c= -L${LIBATF_CDIR} -latf-c
LDADD_atf_cxx= -L${LIBATF_CXXDIR} -latf-c++
.for _l in ${_LIBRARIES}
.if ${_PRIVATELIBS:M${_l}}