mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 20:06:41 +07:00
9 lines
183 B
Makefile
9 lines
183 B
Makefile
#
|
|
# Makefile for 1-wire bus master drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_W1_MASTER_MATROX) += matrox_w1.o
|
|
obj-$(CONFIG_W1_MASTER_DS2490) += ds2490.o
|
|
obj-$(CONFIG_W1_MASTER_DS2482) += ds2482.o
|
|
|