Makefile 307 B

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