Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
04f099aff4a59534671f177dcd6e6fc9f74cbfae
/
.
/
import-layers
/
yocto-poky
/
meta
/
recipes-multimedia
/
alsa
/
alsa-fpu.inc
blob: 50402307c57ce9e50ff020d29c63b7fe34cf09a9 [
file
] [
log
] [
blame
]
def
get_alsa_fpu_setting
(
bb
,
d
):
if
d
.
getVar
(
'TARGET_FPU'
,
True
)
in
[
'soft'
]:
return
"--with-softfloat"
return
""