summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.com>2015-08-03 03:54:16 +0200
committerNeilBrown <neilb@suse.com>2015-08-03 03:54:16 +0200
commit53a087b105ba2ac5a1c3b59ae07a4984c62c8ce3 (patch)
tree04d2cbfa4ef9b8ca049f2a3ac8c04f2a41f8aa80 /Makefile
parentmdassemble: don't try to perform cluster check. (diff)
downloadmdadm-53a087b105ba2ac5a1c3b59ae07a4984c62c8ce3.tar.xz
mdadm-53a087b105ba2ac5a1c3b59ae07a4984c62c8ce3.zip
mdassemble: include mapfile support.
This does make mdassemble a bit bigger, but it also means it actually works properly with named arrays. Ref: https://bbs.archlinux.org/viewtopic.php?id=198196 Signed-off-by: NeilBrown <neilb@suse.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c1892796..ef4d31a5 100644
--- a/Makefile
+++ b/Makefile
@@ -149,7 +149,7 @@ STATICOBJS = pwgr.o
ASSEMBLE_SRCS := mdassemble.c Assemble.c Manage.c config.c policy.c dlink.c util.c \
maps.c lib.c xmalloc.c \
super0.c super1.c super-ddf.c super-intel.c sha1.c crc32.c sg_io.c mdstat.c \
- platform-intel.c probe_roms.c sysfs.c super-mbr.c super-gpt.c
+ platform-intel.c probe_roms.c sysfs.c super-mbr.c super-gpt.c mapfile.c
ASSEMBLE_AUTO_SRCS := mdopen.c
ASSEMBLE_FLAGS:= $(CFLAGS) -DMDASSEMBLE
ifdef MDASSEMBLE_AUTO