Files

10 lines
234 B
Makefile
Raw Permalink Normal View History

# SPDX-License-Identifier: GPL-2.0-only
2014-10-24 00:14:38 +02:00
#
# Makefile for the overlay filesystem.
#
2014-11-20 16:39:59 +01:00
obj-$(CONFIG_OVERLAY_FS) += overlay.o
2014-10-24 00:14:38 +02:00
2018-07-18 15:44:41 +02:00
overlay-objs := super.o namei.o util.o inode.o file.o dir.o readdir.o \
copy_up.o export.o params.o xattrs.o