xref: /linux-6.12.1/drivers/atm/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the Linux network (ATM) device drivers.
4#
5
6fore_200e-y	:= fore200e.o
7
8obj-$(CONFIG_ATM_NICSTAR)	+= nicstar.o
9obj-$(CONFIG_ATM_IA)		+= iphase.o suni.o
10obj-$(CONFIG_ATM_FORE200E)	+= fore_200e.o
11obj-$(CONFIG_ATM_ENI)		+= eni.o suni.o
12obj-$(CONFIG_ATM_IDT77252)	+= idt77252.o
13obj-$(CONFIG_ATM_SOLOS)		+= solos-pci.o
14
15ifeq ($(CONFIG_ATM_NICSTAR_USE_SUNI),y)
16  obj-$(CONFIG_ATM_NICSTAR)	+= suni.o
17endif
18ifeq ($(CONFIG_ATM_NICSTAR_USE_IDT77105),y)
19  obj-$(CONFIG_ATM_NICSTAR)	+= idt77105.o
20endif
21ifeq ($(CONFIG_ATM_IDT77252_USE_SUNI),y)
22  obj-$(CONFIG_ATM_IDT77252)	+= suni.o
23endif
24
25obj-$(CONFIG_ATM_DUMMY)		+= adummy.o
26obj-$(CONFIG_ATM_TCP)		+= atmtcp.o
27obj-$(CONFIG_ATM_LANAI)		+= lanai.o
28
29obj-$(CONFIG_ATM_HE)		+= he.o
30ifeq ($(CONFIG_ATM_HE_USE_SUNI),y)
31  obj-$(CONFIG_ATM_HE)		+= suni.o
32endif
33

served by {OpenGrok

Last Index Update: Thu Jun 19 06:07:15 UTC 2025

Scopes Window
x
Intelligence window
x
Next >> | << Prev


In current file
  • Highlight
  • Unhighlight
  • Unhighlight all
In project "undefined"
  • Search for definitions of
  • Search for references of
  • Do a full search with
  • Search for file names that contain
On Google
  • Google
Messages Window
x
Navigate Window
x

Macro

  • fore_200e-y