diff options
Diffstat (limited to 'drivers/w1/Makefile')
-rw-r--r-- | drivers/w1/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/w1/Makefile b/drivers/w1/Makefile index 80725c348e70..d894a9896b18 100644 --- a/drivers/w1/Makefile +++ b/drivers/w1/Makefile @@ -18,3 +18,4 @@ ds9490r-objs := dscore.o obj-$(CONFIG_W1_DS9490_BRIDGE) += ds_w1_bridge.o +obj-$(CONFIG_W1_DS2433) += w1_ds2433.o |