summaryrefslogtreecommitdiff
path: root/drivers/net/mctp/Makefile
blob: c870b62d3f1c950cefaff874db43c6f22b58d1d7 (plain)
1
2
3
4
5
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
obj-$(CONFIG_MCTP_TRANSPORT_USBLIB) += mctp-usblib.o