[LLC]: Restrict LLC sockets to root
[deliverable/linux.git] / drivers / net / tulip / Makefile
1 #
2 # Makefile for the Linux "Tulip" family network device drivers.
3 #
4
5 obj-$(CONFIG_PCMCIA_XIRTULIP) += xircom_tulip_cb.o
6 obj-$(CONFIG_PCMCIA_XIRCOM) += xircom_cb.o
7 obj-$(CONFIG_DM9102) += dmfe.o
8 obj-$(CONFIG_WINBOND_840) += winbond-840.o
9 obj-$(CONFIG_DE2104X) += de2104x.o
10 obj-$(CONFIG_TULIP) += tulip.o
11 obj-$(CONFIG_DE4X5) += de4x5.o
12 obj-$(CONFIG_ULI526X) += uli526x.o
13
14 # Declare multi-part drivers.
15
16 tulip-objs := eeprom.o interrupt.o media.o \
17 timer.o tulip_core.o \
18 21142.o pnic.o pnic2.o
This page took 0.038893 seconds and 5 git commands to generate.