summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES10
1 files changed, 7 insertions, 3 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 70a4c4ad25..601fcab3a2 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -80,6 +80,13 @@ drivers/lcd-h100.c
80drivers/lcd-16bit.c 80drivers/lcd-16bit.c
81#endif 81#endif
82#endif 82#endif
83#ifdef HAVE_REMOTE_LCD
84#if LCD_REMOTE_DEPTH == 1
85drivers/lcd-h100-remote.c
86#elif LCD_REMOTE_DEPTH == 2
87drivers/lcd-remote-2bit-vi.c
88#endif
89#endif
83#if CONFIG_LCD==LCD_IPODNANO || CONFIG_LCD==LCD_IPODCOLOR || CONFIG_LCD == LCD_IPOD2BPP 90#if CONFIG_LCD==LCD_IPODNANO || CONFIG_LCD==LCD_IPODCOLOR || CONFIG_LCD == LCD_IPOD2BPP
84drivers/lcd-ipod.c 91drivers/lcd-ipod.c
85#endif 92#endif
@@ -178,9 +185,6 @@ usb.c
178bitswap.S 185bitswap.S
179descramble.S 186descramble.S
180#endif 187#endif
181#ifdef HAVE_REMOTE_LCD
182drivers/lcd-h100-remote.c
183#endif
184#if defined(HAVE_UDA1380) && !defined(SIMULATOR) 188#if defined(HAVE_UDA1380) && !defined(SIMULATOR)
185drivers/uda1380.c 189drivers/uda1380.c
186#elif defined(HAVE_WM8975) && !defined(SIMULATOR) 190#elif defined(HAVE_WM8975) && !defined(SIMULATOR)