mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
c90553b3c4
Add eeprom access code and read the uid during switch initialization. The UID will be used to check device identity after suspend. Signed-off-by: Andreas Noever <andreas.noever@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3 lines
125 B
Makefile
3 lines
125 B
Makefile
obj-${CONFIG_THUNDERBOLT} := thunderbolt.o
|
|
thunderbolt-objs := nhi.o ctl.o tb.o switch.o cap.o path.o tunnel_pci.o eeprom.o
|
|
|