diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index 9c4da8fc3f..1ceaec8061 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -99,6 +99,7 @@ define Package/pulseaudio-profiles endef CONFIGURE_ARGS += \ + $(if $(findstring neon,$(CONFIG_TARGET_OPTIMIZATION)),--enable-neon-opt,--disable-neon-opt) \ --with-system-user=pulse \ --with-system-group=pulse \ --with-access-group=audio \