summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES6
1 files changed, 5 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 8156431e48..369b260c8e 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -70,7 +70,7 @@ font.c
70hangul.c 70hangul.c
71lru.c 71lru.c
72#if LCD_DEPTH == 1 72#if LCD_DEPTH == 1
73drivers/lcd-recorder.c 73drivers/lcd-1bit-vert.c
74#elif LCD_DEPTH == 2 74#elif LCD_DEPTH == 2
75#if LCD_PIXELFORMAT == HORIZONTAL_PACKING 75#if LCD_PIXELFORMAT == HORIZONTAL_PACKING
76drivers/lcd-2bit-horz.c 76drivers/lcd-2bit-horz.c
@@ -287,18 +287,21 @@ target/sh/archos/player/lcd-as-player.S
287 287
288#ifdef ARCHOS_RECORDER 288#ifdef ARCHOS_RECORDER
289#ifndef SIMULATOR 289#ifndef SIMULATOR
290target/sh/archos/lcd-archos-bitmap.c
290target/sh/archos/lcd-as-archos-bitmap.S 291target/sh/archos/lcd-as-archos-bitmap.S
291#endif /* SIMULATOR */ 292#endif /* SIMULATOR */
292#endif /* ARCHOS_RECORDER */ 293#endif /* ARCHOS_RECORDER */
293 294
294#if defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2) 295#if defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
295#ifndef SIMULATOR 296#ifndef SIMULATOR
297target/sh/archos/lcd-archos-bitmap.c
296target/sh/archos/lcd-as-archos-bitmap.S 298target/sh/archos/lcd-as-archos-bitmap.S
297#endif /* SIMULATOR */ 299#endif /* SIMULATOR */
298#endif /* ARCHOS_FMRECORDER || ARCHOS_RECORDERV2 */ 300#endif /* ARCHOS_FMRECORDER || ARCHOS_RECORDERV2 */
299 301
300#if defined(ARCHOS_ONDIOFM) || defined(ARCHOS_ONDIOSP) 302#if defined(ARCHOS_ONDIOFM) || defined(ARCHOS_ONDIOSP)
301#ifndef SIMULATOR 303#ifndef SIMULATOR
304target/sh/archos/lcd-archos-bitmap.c
302target/sh/archos/lcd-as-archos-bitmap.S 305target/sh/archos/lcd-as-archos-bitmap.S
303#endif /* SIMULATOR */ 306#endif /* SIMULATOR */
304#endif /* ARCHOS_ONDIOFM || ARCHOS_ONDIOFM */ 307#endif /* ARCHOS_ONDIOFM || ARCHOS_ONDIOFM */
@@ -526,6 +529,7 @@ target/arm/iriver/ifp7xx/power-ifp7xx.c
526target/arm/iriver/ifp7xx/adc-ifp7xx.c 529target/arm/iriver/ifp7xx/adc-ifp7xx.c
527target/arm/iriver/ifp7xx/backlight-ifp7xx.c 530target/arm/iriver/ifp7xx/backlight-ifp7xx.c
528target/arm/iriver/ifp7xx/button-ifp7xx.c 531target/arm/iriver/ifp7xx/button-ifp7xx.c
532target/arm/iriver/ifp7xx/lcd-ifp7xx.c
529target/arm/iriver/ifp7xx/usb-ifp7xx.c 533target/arm/iriver/ifp7xx/usb-ifp7xx.c
530#endif 534#endif
531#endif 535#endif