mirror of
https://github.com/arjuncr/Linux-from-scratch.git
synced 2026-01-18 12:41:23 +00:00
5 lines
69 B
Makefile
5 lines
69 B
Makefile
debugfs-objs := inode.o file.o
|
|
|
|
obj-$(CONFIG_DEBUG_FS) += debugfs.o
|
|
|