mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-25 14:19:55 +07: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
|