Merge tag 'amd-drm-fixes-6.0-2022-08-17' of https://gitlab.freedesktop.org/agd5f...
[linux-2.6-block.git] / drivers / thunderbolt / Makefile
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
690ac0d2 2obj-${CONFIG_USB4} := thunderbolt.o
3cdb9446 3thunderbolt-objs := nhi.o nhi_ops.o ctl.o tb.o switch.o cap.o path.o tunnel.o eeprom.o
cf29b9af 4thunderbolt-objs += domain.o dma_port.o icm.o property.o xdomain.o lc.o tmu.o usb4.o
cae5f515 5thunderbolt-objs += usb4_port.o nvm.o retimer.o quirks.o
54509f50 6
b2be2b05 7thunderbolt-${CONFIG_ACPI} += acpi.o
54e41810 8thunderbolt-$(CONFIG_DEBUG_FS) += debugfs.o
2c6ea4e2 9thunderbolt-${CONFIG_USB4_KUNIT_TEST} += test.o
33d4951e 10CFLAGS_test.o += $(DISABLE_STRUCTLEAK_PLUGIN)
edc0f494
IH
11
12thunderbolt_dma_test-${CONFIG_USB4_DMA_TEST} += dma_test.o
13obj-$(CONFIG_USB4_DMA_TEST) += thunderbolt_dma_test.o