![]() |
|
|||
0001 # SPDX-License-Identifier: GPL-2.0 0002 # 0003 # Makefile for the Linux "Tulip" family network device drivers. 0004 # 0005 0006 ccflags-$(CONFIG_NET_TULIP) := -DDEBUG 0007 0008 obj-$(CONFIG_PCMCIA_XIRCOM) += xircom_cb.o 0009 obj-$(CONFIG_DM9102) += dmfe.o 0010 obj-$(CONFIG_WINBOND_840) += winbond-840.o 0011 obj-$(CONFIG_DE2104X) += de2104x.o 0012 obj-$(CONFIG_TULIP) += tulip.o 0013 obj-$(CONFIG_ULI526X) += uli526x.o 0014 0015 # Declare multi-part drivers. 0016 0017 tulip-objs := eeprom.o interrupt.o media.o \ 0018 timer.o tulip_core.o \ 0019 21142.o pnic.o pnic2.o
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |