6 lines
131 B
Makefile
6 lines
131 B
Makefile
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
|
|
|
|
obj-$(CONFIG_FUN_CORE) += funcore.o
|
|
|
|
funcore-y := fun_dev.o fun_queue.o
|