From: NeilBrown Date: Sun, 26 Oct 2008 22:57:30 +0000 (+1100) Subject: Makefile: Include bitmap.o in mdmon X-Git-Tag: mdadm-3.0-devel2~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0febf9a94d89bac9fbbe314ca9bdb6c615616498;p=thirdparty%2Fmdadm.git 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 --- 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