Blame view

drivers/thunderbolt/Makefile 423 Bytes
ec8f24b7f   Thomas Gleixner   treewide: Add SPD...
1
  # SPDX-License-Identifier: GPL-2.0-only
690ac0d20   Mika Westerberg   thunderbolt: Upda...
2
  obj-${CONFIG_USB4} := thunderbolt.o
3cdb9446a   Mika Westerberg   thunderbolt: Add ...
3
  thunderbolt-objs := nhi.o nhi_ops.o ctl.o tb.o switch.o cap.o path.o tunnel.o eeprom.o
cf29b9afb   Rajmohan Mani   thunderbolt: Add ...
4
  thunderbolt-objs += domain.o dma_port.o icm.o property.o xdomain.o lc.o tmu.o usb4.o
1cb362938   Mario Limonciello   thunderbolt: Add ...
5
  thunderbolt-objs += nvm.o retimer.o quirks.o
54509f500   Mika Westerberg   thunderbolt: Add ...
6

b2be2b05c   Mika Westerberg   thunderbolt: Crea...
7
  thunderbolt-${CONFIG_ACPI} += acpi.o
54e418106   Gil Fine   thunderbolt: Add ...
8
  thunderbolt-$(CONFIG_DEBUG_FS) += debugfs.o
2c6ea4e2c   Mika Westerberg   thunderbolt: Allo...
9
  thunderbolt-${CONFIG_USB4_KUNIT_TEST} += test.o