Linux-6.18.2/drivers/dibs/Makefile

8 lines
152 B
Makefile
Raw Normal View History

2025-12-23 20:05:50 +08:00
# SPDX-License-Identifier: GPL-2.0
#
# DIBS class module
#
dibs-y += dibs_main.o
obj-$(CONFIG_DIBS) += dibs.o
dibs-$(CONFIG_DIBS_LO) += dibs_loopback.o