]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/thunderbolt/Makefile
Merge tag 'drm-next-2021-04-30' of git://anongit.freedesktop.org/drm/drm
[mirror_ubuntu-jammy-kernel.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
1cb36293 5thunderbolt-objs += 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
edc0f494
IH
10
11thunderbolt_dma_test-${CONFIG_USB4_DMA_TEST} += dma_test.o
12obj-$(CONFIG_USB4_DMA_TEST) += thunderbolt_dma_test.o