mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
fs: Drop debugfs
Change-Id: Icda3dfd8e187958022bcac9f04bae35a9939fcce Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>
This commit is contained in:
parent
406bb86929
commit
87051cfa9e
@ -6,8 +6,4 @@ obj-$(CONFIG_PM_OPP) += opp/
|
||||
obj-$(CONFIG_PM_GENERIC_DOMAINS) += domain.o domain_governor.o
|
||||
obj-$(CONFIG_HAVE_CLK) += clock_ops.o
|
||||
|
||||
ifeq ($(CONFIG_ANDROID),y)
|
||||
CFLAGS_wakeup.o += -DCONFIG_DEBUG_FS
|
||||
endif
|
||||
|
||||
ccflags-$(CONFIG_DEBUG_DRIVER) := -DDEBUG
|
||||
|
@ -124,11 +124,7 @@ obj-$(CONFIG_NILFS2_FS) += nilfs2/
|
||||
obj-$(CONFIG_BEFS_FS) += befs/
|
||||
obj-$(CONFIG_HOSTFS) += hostfs/
|
||||
obj-$(CONFIG_CACHEFILES) += cachefiles/
|
||||
ifeq ($(CONFIG_DEBUG_FS),y)
|
||||
obj-y += debugfs/
|
||||
else
|
||||
obj-$(CONFIG_ANDROID) += debugfs/
|
||||
endif
|
||||
obj-$(CONFIG_DEBUG_FS) += debugfs/
|
||||
obj-$(CONFIG_TRACING) += tracefs/
|
||||
obj-$(CONFIG_OCFS2_FS) += ocfs2/
|
||||
obj-$(CONFIG_BTRFS_FS) += btrfs/
|
||||
|
@ -1,7 +1,4 @@
|
||||
debugfs-objs := inode.o file.o
|
||||
|
||||
ifeq ($(CONFIG_ANDROID),y)
|
||||
ccflags-y := -DCONFIG_DEBUG_FS
|
||||
endif
|
||||
obj-$(CONFIG_DEBUG_FS) += debugfs.o
|
||||
|
||||
obj-y += debugfs.o
|
||||
|
Loading…
x
Reference in New Issue
Block a user