diff options
author | Marcin Bukat <marcin.bukat@gmail.com> | 2010-05-04 11:14:03 +0000 |
---|---|---|
committer | Marcin Bukat <marcin.bukat@gmail.com> | 2010-05-04 11:14:03 +0000 |
commit | 5bcdd92626f1a2c2d279a983270a5addc59f91e0 (patch) | |
tree | e6c02c0100f0e61875555449bf9c2dfe3a044e6e | |
parent | 4048a1cf4b32873e36bfde75ad7826a06aacf08c (diff) | |
download | rockbox-5bcdd92626f1a2c2d279a983270a5addc59f91e0.tar.gz rockbox-5bcdd92626f1a2c2d279a983270a5addc59f91e0.zip |
HD200 - remove fm glue code from bootloader build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25803 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | firmware/SOURCES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index 0e95ba5880..4e35850aa8 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES | |||
@@ -1622,12 +1622,12 @@ target/coldfire/mpio/hd200/powermgmt-hd200.c | |||
1622 | target/coldfire/mpio/hd200/backlight-hd200.c | 1622 | target/coldfire/mpio/hd200/backlight-hd200.c |
1623 | target/coldfire/mpio/hd200/system-hd200.c | 1623 | target/coldfire/mpio/hd200/system-hd200.c |
1624 | target/coldfire/mpio/hd200/usb-hd200.c | 1624 | target/coldfire/mpio/hd200/usb-hd200.c |
1625 | target/coldfire/mpio/fmradio_i2c-mpio.c | ||
1626 | target/coldfire/mpio/ata-mpio.c | 1625 | target/coldfire/mpio/ata-mpio.c |
1627 | target/coldfire/mpio/ata-as-mpio.S | 1626 | target/coldfire/mpio/ata-as-mpio.S |
1628 | #ifndef BOOTLOADER | 1627 | #ifndef BOOTLOADER |
1629 | target/coldfire/mpio/audio-mpio.c | 1628 | target/coldfire/mpio/audio-mpio.c |
1630 | target/coldfire/wmcodec-coldfire.c | 1629 | target/coldfire/wmcodec-coldfire.c |
1630 | target/coldfire/mpio/fmradio_i2c-mpio.c | ||
1631 | #endif /* BOOTLOADER */ | 1631 | #endif /* BOOTLOADER */ |
1632 | #endif /* SIMULATOR */ | 1632 | #endif /* SIMULATOR */ |
1633 | #endif | 1633 | #endif |