firmware/target/arm doesn't contain code for hosted anymore.

Change-Id: Id6149d4b81d4c402d18571567645c066224cf6f1
This commit is contained in:
Thomas Martitz 2012-01-18 07:41:30 +01:00
parent a5f7f6e4bb
commit 9e7b417452

View file

@ -433,7 +433,7 @@ target/coldfire/i2c-coldfire.c
target/coldfire/ata-as-coldfire.S
#endif
#elif defined(CPU_PP) || defined(CPU_ARM)
#elif defined(CPU_PP) || (defined(CPU_ARM) && CONFIG_PLATFORM & PLATFORM_NATIVE)
/* CPU_PP => CPU_ARM, CPU_ARM !=> CPU_PP */
# if ARM_ARCH < 6
@ -445,10 +445,7 @@ target/arm/bits-armv4.S
target/arm/mmu-arm.S
# endif
# endif
#if CONFIG_PLATFORM & PLATFORM_NATIVE
target/arm/system-arm.c
#endif
#if CONFIG_STORAGE & STORAGE_ATA
# ifdef CPU_PP502x