From b1c72afd4d898048f34608679ba5b91773290a26 Mon Sep 17 00:00:00 2001 From: Lorenzo Miori Date: Tue, 25 Apr 2017 11:55:16 +0200 Subject: Samsung YP-R0: fix simulator build Protect source code files which are not meant to be built on simulator builds. Change-Id: I81ad440d8f86e9eda27807e6b71647ced5071b44 --- firmware/SOURCES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/SOURCES b/firmware/SOURCES index 459006e5a7..5caed4647b 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -86,9 +86,11 @@ target/hosted/filesystem-app.c #if defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1) 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