summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2013-07-02 10:24:50 +1000
committerNeilBrown <neilb@suse.de>2013-07-02 10:24:50 +1000
commit289c74f8d7912f8b7e0d98f152c3f5a9a70514f7 (patch)
tree3ea61c087e12500c574a0eb2337934228ba60e3d /Makefile
parentd0c017a663b58645f93094457b5493c8348bc122 (diff)
Move find_free_devnum to mdopen.c
There is only one called to find_free_devnum and it is in mdopen.c The removes a dependency between util.c and config.c which allows us to now drop config.o from mdmon. Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b4c3b24f..86d94f11 100644
--- a/Makefile
+++ b/Makefile
@@ -127,7 +127,7 @@ SRCS = $(patsubst %.o,%.c,$(OBJS))
INCL = mdadm.h part.h bitmap.h
MON_OBJS = mdmon.o monitor.o managemon.o util.o maps.o mdstat.o sysfs.o \
- config.o policy.o lib.o \
+ policy.o lib.o \
Kill.o sg_io.o dlink.o ReadMe.o super0.o super1.o super-intel.o \
super-mbr.o super-gpt.o \
super-ddf.o sha1.o crc32.o msg.o bitmap.o xmalloc.o \