diff options
-rw-r--r-- | fs/xfs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile index ffce328309b8..427a4e82a588 100644 --- a/fs/xfs/Makefile +++ b/fs/xfs/Makefile | |||
@@ -16,6 +16,8 @@ | |||
16 | # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | 16 | # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
17 | # | 17 | # |
18 | 18 | ||
19 | ccflags-y += -I$(src) # needed for trace events | ||
20 | |||
19 | ccflags-$(CONFIG_XFS_DEBUG) += -g | 21 | ccflags-$(CONFIG_XFS_DEBUG) += -g |
20 | 22 | ||
21 | obj-$(CONFIG_XFS_FS) += xfs.o | 23 | obj-$(CONFIG_XFS_FS) += xfs.o |