1
0
Fork 0
forked from len0rd/rockbox

Fix more warnings. Don't compile PortalPlayer pcm code in bootloader builds.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11799 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Barry Wardell 2006-12-18 02:58:23 +00:00
parent f2c03e827e
commit 1cf6cdf6ac
2 changed files with 3 additions and 1 deletions

View file

@ -262,8 +262,10 @@ drivers/i2c-pnx0101.c
/* no i2c driver yet */
#endif
#if defined(CPU_PP)
#ifndef BOOTLOADER
target/arm/pcm-pp.c
target/arm/audio-pp.c
#endif
target/arm/crt0-pp.S
#elif defined(CPU_ARM)
target/arm/crt0.S