summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES99
1 files changed, 92 insertions, 7 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index bfbad42be9..96af8d3d38 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -87,13 +87,6 @@ drivers/lcd-h100-remote.c
87drivers/lcd-remote-2bit-vi.c 87drivers/lcd-remote-2bit-vi.c
88#endif 88#endif
89#endif 89#endif
90#if CONFIG_LCD==LCD_IPODNANO || CONFIG_LCD==LCD_IPODCOLOR \
91 || CONFIG_LCD == LCD_IPOD2BPP || CONFIG_LCD == LCD_IPODMINI
92drivers/lcd-ipod.c
93#endif
94#if CONFIG_LCD==LCD_IPODVIDEO
95drivers/lcd-ipodvideo.c
96#endif
97#if CONFIG_LCD==LCD_H300 90#if CONFIG_LCD==LCD_H300
98drivers/lcd-h300.c 91drivers/lcd-h300.c
99#endif 92#endif
@@ -318,3 +311,95 @@ target/arm/tatung/tpj1022/lcd-tpj1022.c
318target/arm/tatung/tpj1022/adc-tpj1022.c 311target/arm/tatung/tpj1022/adc-tpj1022.c
319#endif 312#endif
320#endif 313#endif
314
315#ifdef IPOD_4G
316#ifndef SIMULATOR
317drivers/lcd-ipod.c
318drivers/pcf50605.c
319target/arm/ata-pp5020.c
320target/arm/ipod/adc-ipod.c
321target/arm/ipod/backlight-4g_color.c
322target/arm/ipod/button-clickwheel.c
323target/arm/ipod/power-ipod.c
324target/arm/ipod/usb-ipod.c
325#endif
326#endif
327
328#ifdef IPOD_COLOR
329#ifndef SIMULATOR
330drivers/lcd-ipod.c
331drivers/pcf50605.c
332target/arm/ata-pp5020.c
333target/arm/ipod/adc-ipod.c
334target/arm/ipod/backlight-4g_color.c
335target/arm/ipod/button-clickwheel.c
336target/arm/ipod/power-ipod.c
337target/arm/ipod/usb-ipod.c
338#endif
339#endif
340
341#ifdef IPOD_NANO
342#ifndef SIMULATOR
343drivers/lcd-ipod.c
344drivers/pcf50605.c
345target/arm/ata-pp5020.c
346target/arm/ipod/adc-ipod.c
347target/arm/ipod/backlight-nano_video.c
348target/arm/ipod/button-clickwheel.c
349target/arm/ipod/power-ipod.c
350target/arm/ipod/usb-ipod.c
351#endif
352#endif
353
354#ifdef IPOD_VIDEO
355#ifndef SIMULATOR
356drivers/pcf50605.c
357target/arm/ata-pp5020.c
358target/arm/ipod/adc-ipod.c
359target/arm/ipod/backlight-nano_video.c
360target/arm/ipod/button-clickwheel.c
361target/arm/ipod/power-ipod.c
362target/arm/ipod/usb-ipod.c
363drivers/lcd-ipodvideo.c
364#endif
365#endif
366
367#ifdef IPOD_3G
368#ifndef SIMULATOR
369drivers/lcd-ipod.c
370drivers/pcf50605.c
371target/arm/ata-pp5020.c
372target/arm/ipod/adc-ipod.c
373target/arm/ipod/3g/backlight-3g.c
374target/arm/ipod/3g/button-3g.c
375target/arm/ipod/power-ipod.c
376target/arm/ipod/usb-ipod.c
377#endif
378#endif
379
380#ifdef IPOD_MINI
381#ifndef SIMULATOR
382drivers/lcd-ipod.c
383drivers/pcf50605.c
384target/arm/ata-pp5020.c
385target/arm/ipod/adc-ipod.c
386target/arm/ipod/backlight-mini1g_mini2g.c
387target/arm/ipod/button-mini1g.c
388target/arm/ipod/power-ipod.c
389target/arm/ipod/usb-ipod.c
390#endif
391#endif
392
393
394#ifdef IPOD_MINI2G
395#ifndef SIMULATOR
396drivers/lcd-ipod.c
397drivers/pcf50605.c
398target/arm/ata-pp5020.c
399target/arm/ipod/adc-ipod.c
400target/arm/ipod/backlight-mini1g_mini2g.c
401target/arm/ipod/button-clickwheel.c
402target/arm/ipod/power-ipod.c
403target/arm/ipod/usb-ipod.c
404#endif
405#endif