mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
The JZ47xx and S5L87xx processor families used their own special defines (__ASSEMBLY__ and ASM respectively) in their CPU headers to check if they were included from an assembly source file. For GCC the standard seems to be __ASSEMBLER__, so check for that instead and remove the non-standard symbols. Being more consistent across platforms makes it easier to include cpu.h from cross-platform files (eg. plugin.lds). Change-Id: I282930cad34e1a2ff18166f3b4338548b34f4a49 |
||
|---|---|---|
| .. | ||
| asm | ||
| atj213x | ||
| jz4760b | ||
| pp | ||
| rk27xx | ||
| stmp | ||
| config.h | ||
| format.c | ||
| format.h | ||
| hwstub.make | ||
| logf.c | ||
| logf.h | ||
| main.c | ||
| memory.h | ||
| mips-archdefs.h | ||
| mips.h | ||
| protocol.h | ||
| SOURCES | ||
| stddef.h | ||
| stdint.h | ||
| string.c | ||
| string.h | ||
| system.h | ||
| target.h | ||
| usb_ch9.h | ||
| usb_drv.h | ||
| usb_drv_arc.c | ||