diff options
| author | Szymon Dziok <b0hoon@o2.pl> | 2010-10-21 21:03:17 +0000 |
|---|---|---|
| committer | Szymon Dziok <b0hoon@o2.pl> | 2010-10-21 21:03:17 +0000 |
| commit | f81c0c05ce4c522ef7a59244c9e7dc1e3002d4fe (patch) | |
| tree | 28790739b35ac77f3df828ed5acd87e38742fd49 /firmware/SOURCES | |
| parent | 8e9aeb21661a60293393b1770ba8a7cf88079adc (diff) | |
| download | rockbox-f81c0c05ce4c522ef7a59244c9e7dc1e3002d4fe.zip rockbox-f81c0c05ce4c522ef7a59244c9e7dc1e3002d4fe.tar.gz rockbox-f81c0c05ce4c522ef7a59244c9e7dc1e3002d4fe.tar.bz2 rockbox-f81c0c05ce4c522ef7a59244c9e7dc1e3002d4fe.tar.xz | |
HDD6330 and HDD1630: split the code for the backlight, cause it's rather different for these targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28321 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
| -rw-r--r-- | firmware/SOURCES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index 08ba20c..f118f6a 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -708,9 +708,9 @@ target/arm/ata-pp5020.c target/arm/wmcodec-pp.c target/arm/i2s-pp.c target/arm/adc-pp5020.c -target/arm/philips/backlight-hdd.c target/arm/philips/power-hdd.c target/arm/philips/fmradio_i2c-hdd.c +target/arm/philips/hdd1630/backlight-hdd1630.c target/arm/philips/hdd1630/button-hdd1630.c target/arm/philips/hdd1630/lcd-hdd1630.c target/arm/philips/hdd1630/lcd-as-hdd1630.S @@ -729,9 +729,9 @@ target/arm/ata-pp5020.c target/arm/wmcodec-pp.c target/arm/i2s-pp.c target/arm/adc-pp5020.c -target/arm/philips/backlight-hdd.c target/arm/philips/power-hdd.c target/arm/philips/fmradio_i2c-hdd.c +target/arm/philips/hdd6330/backlight-hdd6330.c target/arm/philips/hdd6330/button-hdd6330.c target/arm/philips/hdd6330/lcd-hdd6330.c target/arm/philips/hdd6330/powermgmt-hdd6330.c |