Files
kernel_xiaomi_cepheus/fs/debugfs/Makefile
Sultan Alsawaf 56a9133388 mm: kmemleak: Don't require global debug options or debugfs
This allows kmemleak to function even when debugfs is globally disabled,
allowing kmemleak to give accurate results for CONFIG_DEBUG_FS=n.

Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com>
2021-04-12 08:25:06 +00:00

8 lines
124 B
Makefile

debugfs-objs := inode.o file.o
ifeq ($(CONFIG_DEBUG_KMEMLEAK),y)
ccflags-y := -DCONFIG_DEBUG_FS
endif
obj-y += debugfs.o