blob: cfd4bbe64ad3b506e3b4ccbf7cea239a540b6a2c (
plain)
1
2
3
4
5
6
7
|
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for industrial I/O ADDAC drivers
#
# When adding new entries keep the list in alphabetical order
obj-$(CONFIG_AD74413R) += ad74413r.o
|