commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
12 lines
326 B
Makefile
12 lines
326 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the Micrel network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_KS8842) += ks8842.o
|
|
obj-$(CONFIG_KS8851) += ks8851.o
|
|
ks8851-objs = ks8851_common.o ks8851_spi.o
|
|
obj-$(CONFIG_KS8851_MLL) += ks8851_mll.o
|
|
ks8851_mll-objs = ks8851_common.o ks8851_par.o
|
|
obj-$(CONFIG_KSZ884X_PCI) += ksz884x.o
|