M7350/oe-core/meta/recipes-multimedia/alsa/alsa-fpu.inc
2024-09-09 08:57:42 +00:00

7 lines
122 B
PHP

def get_alsa_fpu_setting(bb, d):
if d.getVar('TARGET_FPU', True) in [ 'soft' ]:
return "--with-softfloat"
return ""