mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-19 10:02:45 -05:00
This dir is suitable for stuff that doesn't fit the target tree, e.g. because it also builds on hosted or otherwise. It also has a generic subfolder for fallback C implementations so that not all archs need to provide asm files. SOURCES should only contain "foo.c" where foo.c includes the specific <arch>/foo.c files from the subdirs using the preprocessor. This way automatic selection of asm versions or generic C verion is possible. For the start, the thread support files are moved, since ASM threads can be used on hosted platforms as well. Since core_sleep() remains platform specific it's moved to the corresponding system.h headers. Change-Id: Iebff272f3407a6eaafeb7656ceb0ae9eca3f7cb9 |
||
|---|---|---|
| .. | ||
| adc-target.h | ||
| ascodec-ypr0.c | ||
| backlight-target.h | ||
| backlight-ypr0.c | ||
| button-target.h | ||
| button-ypr0.c | ||
| dir-target.h | ||
| gpio_ypr0.c | ||
| gpio_ypr0.h | ||
| lcd-ypr0.c | ||
| powermgmt-ypr0.c | ||
| r0GPIOIoctl.h | ||
| sc900776.h | ||
| system-target.h | ||
| system-ypr0.c | ||
| ypr0.make | ||