skip mpeg.c when building bootloader

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6171 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-03-08 23:53:55 +00:00
parent bc39c8cf43
commit ca15a18d0b

View file

@ -92,7 +92,9 @@ crt0.S
#endif #endif
mp3_playback.c mp3_playback.c
mp3data.c mp3data.c
#ifndef BOOTLOADER
mpeg.c mpeg.c
#endif
#ifndef WIN32 /* the win32 sim has its own versin of these: */ #ifndef WIN32 /* the win32 sim has its own versin of these: */
panic.c panic.c
debug.c debug.c