mirror of
https://github.com/adulau/aha.git
synced 2025-01-02 14:13:18 +00:00
12 lines
226 B
Makefile
12 lines
226 B
Makefile
|
#
|
||
|
# Makefile for 1-wire bus master drivers.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_W1_MASTER_MATROX) += matrox_w1.o
|
||
|
|
||
|
obj-$(CONFIG_W1_MASTER_DS9490) += ds9490r.o
|
||
|
ds9490r-objs := dscore.o
|
||
|
|
||
|
obj-$(CONFIG_W1_MASTER_DS9490_BRIDGE) += ds_w1_bridge.o
|
||
|
|