summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2013-07-02 16:06:55 +1000
committerNeilBrown <neilb@suse.de>2013-07-02 16:06:55 +1000
commit71556ff9ac074458a806f663f2066aa3dac240df (patch)
tree59a1593e86153dd445041840e0ff4bd8930b8cc2 /Makefile
parent855a353904e22568ee13cae0635b03198afa8bfe (diff)
downloadmdadm-71556ff9ac074458a806f663f2066aa3dac240df.tar.gz
raid6check - fix compile
Recent rearrangement of library code broke 'raid6check' and this wasn't noticed because 'make everything' doesn't build it. So fix the breakage and have 'make everything' built it. 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 86d94f1..167e02d 100644
--- a/Makefile
+++ b/Makefile
@@ -120,7 +120,7 @@ OBJS = mdadm.o config.o policy.o mdstat.o ReadMe.o util.o maps.o lib.o \
restripe.o sysfs.o sha1.o mapfile.o crc32.o sg_io.o msg.o xmalloc.o \
platform-intel.o probe_roms.o
-CHECK_OBJS = restripe.o sysfs.o maps.o lib.o xmalloc.o
+CHECK_OBJS = restripe.o sysfs.o maps.o lib.o xmalloc.o dlink.o
SRCS = $(patsubst %.o,%.c,$(OBJS))
@@ -152,7 +152,7 @@ endif
all : mdadm mdmon
man : mdadm.man md.man mdadm.conf.man mdmon.man raid6check.man
-everything: all mdadm.static swap_super test_stripe \
+everything: all mdadm.static swap_super test_stripe raid6check \
mdassemble mdassemble.auto mdassemble.static mdassemble.man \
mdadm.Os mdadm.O2 man
everything-test: all mdadm.static swap_super test_stripe \