xref: /linux-6.15/drivers/net/netdevsim/Makefile (revision 83c9e13a)
1# SPDX-License-Identifier: GPL-2.0
2
3obj-$(CONFIG_NETDEVSIM) += netdevsim.o
4
5netdevsim-objs := \
6	netdev.o \
7