Files

8 lines
152 B
Makefile
Raw Permalink Normal View History

2025-09-18 13:04:49 +02:00
# SPDX-License-Identifier: GPL-2.0
#
# DIBS class module
#
dibs-y += dibs_main.o
obj-$(CONFIG_DIBS) += dibs.o
2025-09-18 13:04:52 +02:00
dibs-$(CONFIG_DIBS_LO) += dibs_loopback.o