brintos

brintos / linux-shallow public Read only

0
0
Text · 486 B · 8860948 Raw
17 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for the linux ext2-filesystem routines.4#5 6obj-$(CONFIG_EXT2_FS) += ext2.o7 8ext2-y := balloc.o dir.o file.o ialloc.o inode.o \9	  ioctl.o namei.o super.o symlink.o trace.o10 11# For tracepoints to include our trace.h from tracepoint infrastructure12CFLAGS_trace.o := -I$(src)13 14ext2-$(CONFIG_EXT2_FS_XATTR)	 += xattr.o xattr_user.o xattr_trusted.o15ext2-$(CONFIG_EXT2_FS_POSIX_ACL) += acl.o16ext2-$(CONFIG_EXT2_FS_SECURITY)	 += xattr_security.o17