From f64165f7579433b94548006bebfd0def2544b025 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 4 Nov 2008 20:50:39 +1100 Subject: config: add 'containers' as a DEVICE keyword Add anything that looks like a container in /proc/mdstat to the devlist Signed-off-by: Dan Williams Signed-off-by: NeilBrown --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fb9563cc..85174b1c 100644 --- a/Makefile +++ b/Makefile @@ -92,8 +92,8 @@ STATICSRC = pwgr.c STATICOBJS = pwgr.o ASSEMBLE_SRCS := mdassemble.c Assemble.c Manage.c config.c dlink.c util.c \ - super0.c super1.c super-ddf.c super-intel.c sha1.c crc32.c sg_io.c -ASSEMBLE_AUTO_SRCS := mdopen.c mdstat.c sysfs.c + super0.c super1.c super-ddf.c super-intel.c sha1.c crc32.c sg_io.c mdstat.c +ASSEMBLE_AUTO_SRCS := mdopen.c sysfs.c ASSEMBLE_FLAGS:= $(CFLAGS) -DMDASSEMBLE ifdef MDASSEMBLE_AUTO ASSEMBLE_SRCS += $(ASSEMBLE_AUTO_SRCS) -- cgit v1.2.3