summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2008-11-04 20:50:39 +1100
committerNeilBrown <neilb@suse.de>2008-11-04 20:50:39 +1100
commitf64165f7579433b94548006bebfd0def2544b025 (patch)
tree13fe78a7100c897d910aa5d8b777e21128ee242b /Makefile
parent3ebe00a1e238dc3b582fe3aa266c7620f199a2d4 (diff)
downloadmdadm-f64165f7579433b94548006bebfd0def2544b025.tar.gz
mdadm-f64165f7579433b94548006bebfd0def2544b025.tar.xz
mdadm-f64165f7579433b94548006bebfd0def2544b025.zip
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 <dan.j.williams@intel.com> Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fb9563c..85174b1 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)