5 lines
101 B
Makefile
5 lines
101 B
Makefile
|
obj-$(CONFIG_W1) += w1-uclass.o
|
||
|
|
||
|
obj-$(CONFIG_W1_GPIO) += w1-gpio.o
|
||
|
obj-$(CONFIG_W1_MXC) += mxc_w1.o
|