summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2018-06-12 12:50:09 +0200
committerMarcin Bukat <marcin.bukat@gmail.com>2018-06-12 12:50:09 +0200
commit307ea8382e756bc6265e9edece074ff08c54267e (patch)
treeee39311ff5376c9b4800636e75efe3f5adfe7678
parent71dc1a789ada01581e6a1be0f70c208e1eb2cddb (diff)
downloadrockbox-307ea8382e756bc6265e9edece074ff08c54267e.tar.gz
rockbox-307ea8382e756bc6265e9edece074ff08c54267e.zip
Fix merge errors which broke sony linux targets
Change-Id: Ic0c618c6e2034609d1964bb3e9ff96c7a7cf1d40
-rw-r--r--firmware/SOURCES4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index c7db8fc752..6fb744f524 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -96,6 +96,10 @@ target/hosted/samsungypr/radio-ypr.c
96#endif 96#endif
97 97
98#if defined(SONY_NWZ_LINUX) && !defined(SIMULATOR) 98#if defined(SONY_NWZ_LINUX) && !defined(SIMULATOR)
99target/hosted/backtrace-glibc.c
100target/hosted/kernel-unix.c
101target/hosted/filesystem-unix.c
102target/hosted/lc-unix.c
99target/hosted/sonynwz/lcd-nwz.c 103target/hosted/sonynwz/lcd-nwz.c
100target/hosted/sonynwz/button-nwz.c 104target/hosted/sonynwz/button-nwz.c
101target/hosted/sonynwz/system-nwz.c 105target/hosted/sonynwz/system-nwz.c