summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2008-05-15 16:48:22 +1000
committerNeil Brown <neilb@suse.de>2008-05-15 16:48:22 +1000
commitcdddbdbca06edfec630f593e97b7195fcbcb69ed (patch)
tree8ce77883e7d9a779464a1caaef5a2c824e589685 /Makefile
parent2f6079dc96180335fdb56d0b89e462e903abbb50 (diff)
downloadmdadm-cdddbdbca06edfec630f593e97b7195fcbcb69ed.tar.gz
mdadm-cdddbdbca06edfec630f593e97b7195fcbcb69ed.tar.xz
mdadm-cdddbdbca06edfec630f593e97b7195fcbcb69ed.zip
imsm: initial Intel(R) Matrix Storage Manager support
From: Dan Williams <dan.j.williams@intel.com> The following now work: --examine --examine --brief Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 1402322..47654b9 100644
--- a/Makefile
+++ b/Makefile
@@ -69,19 +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 super-ddf.o bitmap.o restripe.o sysfs.o \
- sha1.o mapfile.o crc32.o
+ mdopen.o super0.o super1.o super-ddf.o super-intel.o bitmap.o \
+ restripe.o sysfs.o sha1.o mapfile.o crc32.o sg_io.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 super-ddf.c bitmap.c restripe.c sysfs.c \
- sha1.c mapfile.c crc32.c
+ mdopen.c super0.c super1.c super-ddf.c super-intel.c bitmap.c \
+ restripe.c sysfs.c sha1.c mapfile.c crc32.c sg_io.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 super-ddf.c sha1.c crc32.c
+ super0.c super1.c super-ddf.c super-intel.c sha1.c crc32.c sg_io.c
ASSEMBLE_FLAGS:= $(CFLAGS) -DMDASSEMBLE
ifdef MDASSEMBLE_AUTO
ASSEMBLE_SRCS += mdopen.c mdstat.c