summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2008-05-15 16:48:10 +1000
committerNeil Brown <neilb@suse.de>2008-05-15 16:48:10 +1000
commit11fcec12ef68fa3b915e26676c47ee0f97d62256 (patch)
tree06122f5c4aaf1c978491c5a69b1bbc0a33c9ec46 /Makefile
parent974e620d661404989c77e860a8fb0a6a154d9d63 (diff)
downloadmdadm-11fcec12ef68fa3b915e26676c47ee0f97d62256.tar.gz
mdadm-11fcec12ef68fa3b915e26676c47ee0f97d62256.tar.xz
mdadm-11fcec12ef68fa3b915e26676c47ee0f97d62256.zip
Add crc32 files.
For ddf.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d98ba74..0bf786f 100644
--- a/Makefile
+++ b/Makefile
@@ -70,12 +70,12 @@ OBJS = mdadm.o config.o mdstat.o ReadMe.o util.o Manage.o Assemble.o Build.o \
Create.o Detail.o Examine.o Grow.o Monitor.o dlink.o Kill.o Query.o \
Incremental.o \
mdopen.o super0.o super1.o bitmap.o restripe.o sysfs.o sha1.o \
- mapfile.o
+ mapfile.o crc32.o
SRCS = mdadm.c config.c mdstat.c ReadMe.c util.c Manage.c Assemble.c Build.c \
Create.c Detail.c Examine.c Grow.c Monitor.c dlink.c Kill.c Query.c \
Incremental.c \
mdopen.c super0.c super1.c bitmap.c restripe.c sysfs.c sha1.c \
- mapfile.c
+ mapfile.c crc32.c
STATICSRC = pwgr.c
STATICOBJS = pwgr.o