Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
owners-plugin-test
/
844fafddbc824fd13c904c86a4144c51b23e1f6c
/
.
/
poky
/
meta
/
recipes-multimedia
/
alsa
/
alsa-fpu.inc
blob: 355a9dfcd1088e30f2eca8ea08eff5d419becaa7 [
file
] [
log
] [
blame
]
def
get_alsa_fpu_setting
(
bb
,
d
):
if
d
.
getVar
(
'TARGET_FPU'
)
in
[
'soft'
]:
return
"--with-softfloat"
return
""