brintos

brintos / linux-shallow public Read only

0
0
Text · 431 B · df14cee Raw
10 lines · plain
1# SPDX-License-Identifier: GPL-2.02obj-$(CONFIG_PRESTERA)	+= prestera.o3prestera-objs		:= prestera_main.o prestera_hw.o prestera_dsa.o \4			   prestera_rxtx.o prestera_devlink.o prestera_ethtool.o \5			   prestera_switchdev.o prestera_acl.o prestera_flow.o \6			   prestera_flower.o prestera_span.o prestera_counter.o \7			   prestera_router.o prestera_router_hw.o prestera_matchall.o8 9obj-$(CONFIG_PRESTERA_PCI)	+= prestera_pci.o10