From dca5fb9514cb88abfcdd4c0237f5742f07b68ba8 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 26 Jun 2024 20:45:59 -0400 Subject: simulator: Fix Samsung YP-R0 windows simulator build Change-Id: I2940cd9fed7e24c17d221402928737606d4d0ab6 --- firmware/SOURCES | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/firmware/SOURCES b/firmware/SOURCES index b836601ed3..75ea8b136e 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -94,14 +94,12 @@ target/hosted/filesystem-unix.c target/hosted/filesystem-app.c #endif /* APPLICATION */ -#if defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1) +#if (defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1)) && !defined(SIMULATOR) target/hosted/kernel-unix.c target/hosted/filesystem-unix.c -#ifndef SIMULATOR target/hosted/lc-unix.c drivers/lcd-memframe.c target/hosted/samsungypr/lcd-ypr.c -#endif target/hosted/samsungypr/gpio-ypr.c #if CONFIG_TUNER target/hosted/samsungypr/radio-ypr.c -- cgit v1.2.3