Skip to content

Commit

Permalink
ocfs2: Add kbuild for ocfs2_stack_user.ko
Browse files Browse the repository at this point in the history
Add ocfs2_stack_user.ko to the Makefile so that it builds.

Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
  • Loading branch information
Joel Becker authored and Mark Fasheh committed Apr 18, 2008
1 parent 8f31831 commit b92eccd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion fs/ocfs2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ EXTRA_CFLAGS += -Ifs/ocfs2

EXTRA_CFLAGS += -DCATCH_BH_JBD_RACES

obj-$(CONFIG_OCFS2_FS) += ocfs2.o ocfs2_stackglue.o ocfs2_stack_o2cb.o
obj-$(CONFIG_OCFS2_FS) += \
ocfs2.o \
ocfs2_stackglue.o \
ocfs2_stack_o2cb.o \
ocfs2_stack_user.o

ocfs2-objs := \
alloc.o \
Expand Down Expand Up @@ -33,6 +37,7 @@ ocfs2-objs := \

ocfs2_stackglue-objs := stackglue.o
ocfs2_stack_o2cb-objs := stack_o2cb.o
ocfs2_stack_user-objs := stack_user.o

obj-$(CONFIG_OCFS2_FS) += cluster/
obj-$(CONFIG_OCFS2_FS) += dlm/

0 comments on commit b92eccd

Please sign in to comment.