Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
owners-plugin-test
/
e2d5b61ddc1b3e5ab1cfa5e1ef3f2447fe011895
/
.
/
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
""