Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at for-next 9 lines 272 B view raw
1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the Micrel network device drivers. 4# 5 6obj-$(CONFIG_KS8842) += ks8842.o 7obj-$(CONFIG_KS8851) += ks8851_common.o ks8851_spi.o 8obj-$(CONFIG_KS8851_MLL) += ks8851_common.o ks8851_par.o 9obj-$(CONFIG_KSZ884X_PCI) += ksz884x.o