Makefile 240 B

12345678910111213
  1. #
  2. # Makefile for the Dallas's 1-wire bus.
  3. #
  4. ifeq ($(CONFIG_W1_DS2433_CRC), y)
  5. EXTRA_CFLAGS += -DCONFIG_W1_F23_CRC
  6. endif
  7. obj-$(CONFIG_W1) += wire.o
  8. wire-objs := w1.o w1_int.o w1_family.o w1_netlink.o w1_io.o
  9. obj-y += masters/ slaves/