DIR:/usr/lib/modules/5.14.0-503.34.1.el9_5.x86_64/source/drivers/net/ethernet/sun/ |
Current File : //usr/lib/modules/5.14.0-503.34.1.el9_5.x86_64/source/drivers/net/ethernet/sun/Makefile |
# SPDX-License-Identifier: GPL-2.0 # # Makefile for the Sun network device drivers. # obj-$(CONFIG_HAPPYMEAL) += sunhme.o obj-$(CONFIG_SUNQE) += sunqe.o obj-$(CONFIG_SUNBMAC) += sunbmac.o obj-$(CONFIG_SUNGEM) += sungem.o obj-$(CONFIG_CASSINI) += cassini.o obj-$(CONFIG_SUNVNET_COMMON) += sunvnet_common.o obj-$(CONFIG_SUNVNET) += sunvnet.o obj-$(CONFIG_LDMVSW) += ldmvsw.o obj-$(CONFIG_NIU) += niu.o |