7 lines
151 B
Makefile
7 lines
151 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
|
||
|
#
|
||
|
# Makefile for the Analog Devices network device drivers.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_ADIN1110) += adin1110.o
|