Someone
public text v1 · immutable#if defined(CPU_PP)
#ifdef BOOTLOADER
target/arm/crt0-pp-bl.S
#else
target/arm/pcm-pp.c
target/arm/audio-pp.c
target/arm/crt0-pp.S
#endif
#elif defined(CPU_ARM)
target/arm/crt0.S
#endif /* defined(CPU_*) */#if defined(CPU_PP)
#ifdef BOOTLOADER
target/arm/crt0-pp-bl.S
#else
target/arm/pcm-pp.c
target/arm/audio-pp.c
target/arm/crt0-pp.S
#endif
#elif defined(CPU_ARM)
target/arm/crt0.S
#endif /* defined(CPU_*) */