mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00:00
8 lines
272 B
Makefile
8 lines
272 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
obj-$(CONFIG_PRESTERA) += prestera.o
|
||
|
prestera-objs := prestera_main.o prestera_hw.o prestera_dsa.o \
|
||
|
prestera_rxtx.o prestera_devlink.o prestera_ethtool.o \
|
||
|
prestera_switchdev.o
|
||
|
|
||
|
obj-$(CONFIG_PRESTERA_PCI) += prestera_pci.o
|