You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] better CONFIG_W1_SLAVE_DS2433_CRC handling
CONFIG_W1_SLAVE_DS2433_CRC can be used directly, there's no reason for the indirection of defining a different variable in the Makefile. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
ec0837f230
commit
e9d55f9dbc
@@ -2,10 +2,6 @@
|
||||
# Makefile for the Dallas's 1-wire bus.
|
||||
#
|
||||
|
||||
ifeq ($(CONFIG_W1_DS2433_CRC), y)
|
||||
EXTRA_CFLAGS += -DCONFIG_W1_F23_CRC
|
||||
endif
|
||||
|
||||
obj-$(CONFIG_W1) += wire.o
|
||||
wire-objs := w1.o w1_int.o w1_family.o w1_netlink.o w1_io.o
|
||||
|
||||
|
||||
Reference in New Issue
Block a user