2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2019-12-17 15:33:41 +03:00
|
|
|
obj-${CONFIG_USB4} := thunderbolt.o
|
2018-01-16 22:19:00 +02:00
|
|
|
thunderbolt-objs := nhi.o nhi_ops.o ctl.o tb.o switch.o cap.o path.o tunnel.o eeprom.o
|
2019-12-17 15:33:43 +03:00
|
|
|
thunderbolt-objs += domain.o dma_port.o icm.o property.o xdomain.o lc.o tmu.o usb4.o
|
2020-06-23 11:14:29 -05:00
|
|
|
thunderbolt-objs += nvm.o retimer.o quirks.o
|
2020-04-29 16:38:39 +03:00
|
|
|
|
2019-04-02 15:26:00 +03:00
|
|
|
thunderbolt-${CONFIG_ACPI} += acpi.o
|
2020-06-29 20:30:52 +03:00
|
|
|
thunderbolt-$(CONFIG_DEBUG_FS) += debugfs.o
|
2019-04-02 15:26:00 +03:00
|
|
|
|
2020-04-29 16:38:39 +03:00
|
|
|
obj-${CONFIG_USB4_KUNIT_TEST} += test.o
|