diff options
author | NeilBrown <neilb@suse.com> | 2015-08-03 03:54:16 +0200 |
---|---|---|
committer | NeilBrown <neilb@suse.com> | 2015-08-03 03:54:16 +0200 |
commit | 53a087b105ba2ac5a1c3b59ae07a4984c62c8ce3 (patch) | |
tree | 04d2cbfa4ef9b8ca049f2a3ac8c04f2a41f8aa80 /Makefile | |
parent | mdassemble: don't try to perform cluster check. (diff) | |
download | mdadm-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |