Skip to content

Commit 717f51e

Browse files
kv2019ilgirdwood
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 b1e3987 commit 717f51e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)