brintos

brintos / linux-shallow public Read only

0
0
Text · 274 B · d51e4c2 Raw
11 lines · plain
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)2 3ccflags-y += -I$(src)/../funcore -I$(src)4 5obj-$(CONFIG_FUN_ETH) += funeth.o6 7funeth-y := funeth_main.o funeth_rx.o funeth_tx.o funeth_devlink.o \8	    funeth_ethtool.o9 10funeth-$(CONFIG_TLS_DEVICE) += funeth_ktls.o11