Skip to content

Commit d8a517c

Browse files
kv2019isoftwarecki
authored andcommitted
lib: fast-get: fix userspace build
CONFIG_SOF was removed in upstream Zephyr and this broke builds with user-space overlay. Fixes: 60780a6 ("west.yml: update zephyr to f3b9d1871104") Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 39e34f3 commit d8a517c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/sof/lib/fast-get.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
struct k_heap;
1414

15-
#if defined(__ZEPHYR__) && defined(CONFIG_SOF)
15+
#if defined(__ZEPHYR__) && defined(CONFIG_SOF_FULL_ZEPHYR_APPLICATION)
1616
#include <zephyr/toolchain.h>
1717

1818
__syscall const void *fast_get(struct k_heap *heap, const void * const dram_ptr, size_t size);

0 commit comments

Comments
 (0)