linux/fs/debugfs/Makefile
<<
>>
Prefs
   1debugfs-objs    := inode.o file.o
   2
   3obj-$(CONFIG_DEBUG_FS)  += debugfs.o
   4
   5