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:
parent
bc39c8cf43
commit
ca15a18d0b
1 changed files with 2 additions and 0 deletions
|
@ -92,7 +92,9 @@ crt0.S
|
|||
#endif
|
||||
mp3_playback.c
|
||||
mp3data.c
|
||||
#ifndef BOOTLOADER
|
||||
mpeg.c
|
||||
#endif
|
||||
#ifndef WIN32 /* the win32 sim has its own versin of these: */
|
||||
panic.c
|
||||
debug.c
|
||||
|
|
Loading…
Reference in a new issue