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

View file

@ -25,7 +25,7 @@
#include "wm8975.h"
#elif defined(HAVE_WM8758)
#include "wm8758.h"
#elif defined(HAVE_WM8731)
#elif defined(HAVE_WM8731) || defined(HAVE_WM8721)
#include "wm8731l.h"
#endif