summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES8
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 94274b398e..870026f835 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -70,7 +70,11 @@ drivers/fmradio_i2c.c
70tuner_philips.c 70tuner_philips.c
71#endif 71#endif
72#endif 72#endif
73#if CONFIG_I2C == I2C_H100
74drivers/i2c-h100.c
75#else
73drivers/i2c.c 76drivers/i2c.c
77#endif
74#if CONFIG_HWCODEC != MASNONE 78#if CONFIG_HWCODEC != MASNONE
75drivers/mas.c 79drivers/mas.c
76#endif 80#endif
@@ -107,3 +111,7 @@ bitswap.S
107descramble.S 111descramble.S
108#endif 112#endif
109drivers/lcd.S 113drivers/lcd.S
114#if defined(IRIVER_H100) && !defined(SIMULATOR)
115drivers/uda1380.c
116pcm_playback.c
117#endif