aboutsummaryrefslogtreecommitdiff
path: root/fs/debugfs/Makefile
blob: 31fdd0c0d66389718a033855d1680b3d2b253832 (plain)
1
2
3
4
5
6
7
debugfs-objs	:= inode.o file.o

ifeq ($(CONFIG_ANDROID),y)
ccflags-y	:= -DCONFIG_DEBUG_FS
endif

obj-y	+= debugfs.o