diff options
| author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
|---|---|---|
| committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
| commit | fcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (patch) | |
| tree | a57612d1888735a2ec7972891b68c1ac5ec8faea /drivers/net/tulip/Makefile | |
| parent | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (diff) | |
Diffstat (limited to 'drivers/net/tulip/Makefile')
| -rw-r--r-- | drivers/net/tulip/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/net/tulip/Makefile b/drivers/net/tulip/Makefile new file mode 100644 index 00000000000..5e8be38b45b --- /dev/null +++ b/drivers/net/tulip/Makefile | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | # | ||
| 2 | # Makefile for the Linux "Tulip" family network device drivers. | ||
| 3 | # | ||
| 4 | |||
| 5 | ccflags-$(CONFIG_NET_TULIP) := -DDEBUG | ||
| 6 | |||
| 7 | obj-$(CONFIG_PCMCIA_XIRCOM) += xircom_cb.o | ||
| 8 | obj-$(CONFIG_DM9102) += dmfe.o | ||
| 9 | obj-$(CONFIG_WINBOND_840) += winbond-840.o | ||
| 10 | obj-$(CONFIG_DE2104X) += de2104x.o | ||
| 11 | obj-$(CONFIG_TULIP) += tulip.o | ||
| 12 | obj-$(CONFIG_DE4X5) += de4x5.o | ||
| 13 | obj-$(CONFIG_ULI526X) += uli526x.o | ||
| 14 | |||
| 15 | # Declare multi-part drivers. | ||
| 16 | |||
| 17 | tulip-objs := eeprom.o interrupt.o media.o \ | ||
| 18 | timer.o tulip_core.o \ | ||
| 19 | 21142.o pnic.o pnic2.o | ||
