1
0
Fork 0
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:
Daniel Stenberg 2005-01-27 19:17:47 +00:00
parent e0d906d250
commit d719abce64

View file

@ -67,7 +67,9 @@ drivers/lcd-player.c
drivers/lcd-recorder.c
#endif
drivers/led.c
#if CONFIG_HWCODEC != MASNONE
drivers/mas.c
#endif
drivers/power.c
#ifdef HAVE_RTC
drivers/rtc.c
@ -88,9 +90,9 @@ rolo.c
system.c
thread.c
usb.c
crt0.S
#if CONFIG_CPU == SH7034
bitswap.S
crt0.S
descramble.S
drivers/lcd.S
#endif