1 # SPDX-License-Identifier: GPL-2.0-only 2 ccflags-y += -I$(src) 3 obj-$(CONFIG_SMC) += smc.o 4 obj-$(CONFIG_SMC_DIAG) += smc_diag.o 5 smc-y := af_smc.o smc_pnet.o smc_ib.o smc_clc.o smc_core.o smc_wr.o smc_llc.o 6 smc-y += smc_cdc.o smc_tx.o smc_rx.o smc_close.o smc_ism.o smc_netlink.o smc_stats.o 7 smc-y += smc_tracepoint.o smc_inet.o 8 smc-$(CONFIG_SYSCTL) += smc_sysctl.o 9 smc-$(CONFIG_SMC_LO) += smc_loopback.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.