diff options
Diffstat (limited to 'fs/xfs/Makefile')
-rw-r--r-- | fs/xfs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile index 077784ed6a7f..fee7901841e3 100644 --- a/fs/xfs/Makefile +++ b/fs/xfs/Makefile | |||
@@ -111,6 +111,4 @@ xfs-y += $(addprefix $(XFS_LINUX)/, \ | |||
111 | xfs_xattr.o) | 111 | xfs_xattr.o) |
112 | 112 | ||
113 | # Objects in support/ | 113 | # Objects in support/ |
114 | xfs-y += $(addprefix support/, \ | 114 | xfs-y += support/uuid.o |
115 | debug.o \ | ||
116 | uuid.o) | ||