162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci#
362306a36Sopenharmony_ci# Makefile for the Linux network (ATM) device drivers.
462306a36Sopenharmony_ci#
562306a36Sopenharmony_ci
662306a36Sopenharmony_cifore_200e-y	:= fore200e.o
762306a36Sopenharmony_ci
862306a36Sopenharmony_ciobj-$(CONFIG_ATM_NICSTAR)	+= nicstar.o
962306a36Sopenharmony_ciobj-$(CONFIG_ATM_IA)		+= iphase.o suni.o
1062306a36Sopenharmony_ciobj-$(CONFIG_ATM_FORE200E)	+= fore_200e.o
1162306a36Sopenharmony_ciobj-$(CONFIG_ATM_ENI)		+= eni.o suni.o
1262306a36Sopenharmony_ciobj-$(CONFIG_ATM_IDT77252)	+= idt77252.o
1362306a36Sopenharmony_ciobj-$(CONFIG_ATM_SOLOS)		+= solos-pci.o
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_ciifeq ($(CONFIG_ATM_NICSTAR_USE_SUNI),y)
1662306a36Sopenharmony_ci  obj-$(CONFIG_ATM_NICSTAR)	+= suni.o
1762306a36Sopenharmony_ciendif
1862306a36Sopenharmony_ciifeq ($(CONFIG_ATM_NICSTAR_USE_IDT77105),y)
1962306a36Sopenharmony_ci  obj-$(CONFIG_ATM_NICSTAR)	+= idt77105.o
2062306a36Sopenharmony_ciendif
2162306a36Sopenharmony_ciifeq ($(CONFIG_ATM_IDT77252_USE_SUNI),y)
2262306a36Sopenharmony_ci  obj-$(CONFIG_ATM_IDT77252)	+= suni.o
2362306a36Sopenharmony_ciendif
2462306a36Sopenharmony_ci
2562306a36Sopenharmony_ciobj-$(CONFIG_ATM_DUMMY)		+= adummy.o
2662306a36Sopenharmony_ciobj-$(CONFIG_ATM_TCP)		+= atmtcp.o
2762306a36Sopenharmony_ciobj-$(CONFIG_ATM_LANAI)		+= lanai.o
2862306a36Sopenharmony_ci
2962306a36Sopenharmony_ciobj-$(CONFIG_ATM_HE)		+= he.o
3062306a36Sopenharmony_ciifeq ($(CONFIG_ATM_HE_USE_SUNI),y)
3162306a36Sopenharmony_ci  obj-$(CONFIG_ATM_HE)		+= suni.o
3262306a36Sopenharmony_ciendif
33