summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2008-05-15 16:48:14 +1000
committerNeil Brown <neilb@suse.de>2008-05-15 16:48:14 +1000
commita322f70c41a1c381e19b1913b8ad2a8b77078800 (patch)
tree8bc0b5968ad74979e6248d5a8ff7a0ed0f8cefbc /Makefile
parentd03373f1deea242eaacfab6b2b0c4afc6d7702d2 (diff)
downloadmdadm-a322f70c41a1c381e19b1913b8ad2a8b77078800.tar.gz
mdadm-a322f70c41a1c381e19b1913b8ad2a8b77078800.tar.xz
mdadm-a322f70c41a1c381e19b1913b8ad2a8b77078800.zip
Initial DDF support code.
Create a ddf array by naming the device /dev/ddf* or specifying metadata 'ddf'. If ddf is specified with no level, assume a container (indeed, anything else would be wrong). **Need to use text_Version to set external metadata... More ddf support Load a ddf container. Now --examine /dev/ddf works. super-ddf: fix compile warning From: Dan Williams <dan.j.williams@intel.com> super-ddf.c:723: format %lu expects type long unsigned int, but argument 3 has type unsigned int Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 0bf786f..1402322 100644
--- a/Makefile
+++ b/Makefile
@@ -69,18 +69,19 @@ MAN8DIR = $(MANDIR)/man8
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 crc32.o
+ mdopen.o super0.o super1.o super-ddf.o bitmap.o restripe.o sysfs.o \
+ sha1.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 crc32.c
+ mdopen.c super0.c super1.c super-ddf.c bitmap.c restripe.c sysfs.c \
+ sha1.c mapfile.c crc32.c
STATICSRC = pwgr.c
STATICOBJS = pwgr.o
-ASSEMBLE_SRCS := mdassemble.c Assemble.c Manage.c config.c dlink.c util.c super0.c super1.c sha1.c
+ASSEMBLE_SRCS := mdassemble.c Assemble.c Manage.c config.c dlink.c util.c \
+ super0.c super1.c super-ddf.c sha1.c crc32.c
ASSEMBLE_FLAGS:= $(CFLAGS) -DMDASSEMBLE
ifdef MDASSEMBLE_AUTO
ASSEMBLE_SRCS += mdopen.c mdstat.c