mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
8 lines
147 B
Makefile
8 lines
147 B
Makefile
![]() |
#
|
||
|
# Makefile for the overlay filesystem.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_OVERLAYFS_FS) += overlayfs.o
|
||
|
|
||
|
overlayfs-objs := super.o inode.o dir.o readdir.o copy_up.o
|