Makefile 152 B

12345678
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # DIBS class module
  4. #
  5. dibs-y += dibs_main.o
  6. obj-$(CONFIG_DIBS) += dibs.o
  7. dibs-$(CONFIG_DIBS_LO) += dibs_loopback.o