From 0febf9a94d89bac9fbbe314ca9bdb6c615616498 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Mon, 27 Oct 2008 09:57:30 +1100 Subject: Makefile: Include bitmap.o in mdmon A recent change causes mdmon to appear to need 'bitmap_sectors', which is in bitmap.o. Signed-off-by: NeilBrown --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 89427774..826fd2f8 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ SRCS = mdadm.c config.c mdstat.c ReadMe.c util.c Manage.c Assemble.c Build.c \ MON_OBJS = mdmon.o monitor.o managemon.o util.o mdstat.o sysfs.o config.o \ Kill.o sg_io.o dlink.o ReadMe.o super0.o super1.o super-intel.o \ - super-ddf.o sha1.o crc32.o msg.o Monitor.o + super-ddf.o sha1.o crc32.o msg.o Monitor.o bitmap.o STATICSRC = pwgr.c -- cgit v1.2.3