Blame view

fs/dlm/Makefile 343 Bytes
e7fd41792   David Teigland   [DLM] The core of...
1
  obj-$(CONFIG_DLM) +=		dlm.o
e7fd41792   David Teigland   [DLM] The core of...
2
3
4
5
6
  dlm-y :=			ast.o \
  				config.o \
  				dir.o \
  				lock.o \
  				lockspace.o \
e7fd41792   David Teigland   [DLM] The core of...
7
8
9
10
  				main.o \
  				member.o \
  				memory.o \
  				midcomms.o \
3ae1acf93   David Teigland   [DLM] add lock ti...
11
  				netlink.o \
6ed7257b4   Patrick Caulfield   [DLM] Consolidate...
12
  				lowcomms.o \
2402211a8   David Teigland   dlm: move plock c...
13
  				plock.o \
e7fd41792   David Teigland   [DLM] The core of...
14
15
16
17
  				rcom.o \
  				recover.o \
  				recoverd.o \
  				requestqueue.o \
597d0cae0   David Teigland   [DLM] dlm: user l...
18
  				user.o \
6ed7257b4   Patrick Caulfield   [DLM] Consolidate...
19
  				util.o 
e7fd41792   David Teigland   [DLM] The core of...
20
  dlm-$(CONFIG_DLM_DEBUG) +=	debug_fs.o