Makefile 183 B

12345678
  1. #
  2. # Makefile for 1-wire bus master drivers.
  3. #
  4. obj-$(CONFIG_W1_MASTER_MATROX) += matrox_w1.o
  5. obj-$(CONFIG_W1_MASTER_DS2490) += ds2490.o
  6. obj-$(CONFIG_W1_MASTER_DS2482) += ds2482.o