simulator: Fix "ErosQ Native" (247) simulator build.

Change-Id: I74d1bafd9c6dbab976aabd6a44d683fb9eb3edaf
This commit is contained in:
Solomon Peachy 2024-12-07 13:43:36 -05:00
parent 97456ae338
commit 3b78daed14

View file

@ -560,7 +560,7 @@ target/hosted/sdl/pcm-sdl.c
#endif /* !defined(BOOTLOADER) */
/* build erosqn codec in bootloader for detection */
#if defined(HAVE_EROS_QN_CODEC)
#if defined(HAVE_EROS_QN_CODEC) && !defined(SIMULATOR)
drivers/audio/eros_qn_codec.c
drivers/audio/es9018k2m.c
#endif /* defined(HAVE_EROSQN_CODEC) */