brintos

brintos / linux-shallow public Read only

0
0
Text · 355 B · 046adf5 Raw
13 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Makefile for the Realtek network device drivers.4#5 6obj-$(CONFIG_8139CP) += 8139cp.o7obj-$(CONFIG_8139TOO) += 8139too.o8obj-$(CONFIG_ATP) += atp.o9r8169-y += r8169_main.o r8169_firmware.o r8169_phy_config.o10r8169-$(CONFIG_R8169_LEDS) += r8169_leds.o11obj-$(CONFIG_R8169) += r8169.o12obj-$(CONFIG_RTASE) += rtase/13