mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-07 09:55:45 +00:00
Include directories for ${ARCH} is not specified correctly. Several places in Zephyr, the include directories are specified as: ${ZEPHYR_BASE}/arch/${ARCH}/include the correct line is: ${ARCH_DIR}/${ARCH}/include to correctly support out of tree archs. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> |
||
---|---|---|
.. | ||
clock.c | ||
CMakeLists.txt | ||
eventfd.c | ||
fs.c | ||
Kconfig | ||
mqueue.c | ||
nanosleep.c | ||
pthread_barrier.c | ||
pthread_common.c | ||
pthread_cond.c | ||
pthread_key.c | ||
pthread_mutex.c | ||
pthread_rwlock.c | ||
pthread_sched.c | ||
pthread.c | ||
semaphore.c | ||
sleep.c | ||
timer.c |