forked from len0rd/rockbox
crt0.s works for other CPUs too, mas.c is only for targets with hwcodec
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5682 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e0d906d250
commit
d719abce64
1 changed files with 3 additions and 1 deletions
|
|
@ -67,7 +67,9 @@ drivers/lcd-player.c
|
||||||
drivers/lcd-recorder.c
|
drivers/lcd-recorder.c
|
||||||
#endif
|
#endif
|
||||||
drivers/led.c
|
drivers/led.c
|
||||||
|
#if CONFIG_HWCODEC != MASNONE
|
||||||
drivers/mas.c
|
drivers/mas.c
|
||||||
|
#endif
|
||||||
drivers/power.c
|
drivers/power.c
|
||||||
#ifdef HAVE_RTC
|
#ifdef HAVE_RTC
|
||||||
drivers/rtc.c
|
drivers/rtc.c
|
||||||
|
|
@ -88,9 +90,9 @@ rolo.c
|
||||||
system.c
|
system.c
|
||||||
thread.c
|
thread.c
|
||||||
usb.c
|
usb.c
|
||||||
|
crt0.S
|
||||||
#if CONFIG_CPU == SH7034
|
#if CONFIG_CPU == SH7034
|
||||||
bitswap.S
|
bitswap.S
|
||||||
crt0.S
|
|
||||||
descramble.S
|
descramble.S
|
||||||
drivers/lcd.S
|
drivers/lcd.S
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue