Linux-6.18.2/drivers/net/mctp/Makefile

5 lines
184 B
Makefile
Raw Normal View History

2025-12-23 20:05:50 +08:00
obj-$(CONFIG_MCTP_SERIAL) += mctp-serial.o
obj-$(CONFIG_MCTP_TRANSPORT_I2C) += mctp-i2c.o
obj-$(CONFIG_MCTP_TRANSPORT_I3C) += mctp-i3c.o
obj-$(CONFIG_MCTP_TRANSPORT_USB) += mctp-usb.o