swh:1:snp:3c665ee4f67729f27f2e40193ab88e7298cf0fef
Raw File
Makefile
#
# Makefile for the Linux /dev/pts virtual filesystem.
#

obj-$(CONFIG_UNIX98_PTYS)		+= devpts.o

devpts-$(CONFIG_UNIX98_PTYS)		:= inode.o
devpts-$(CONFIG_DEVPTS_FS_SECURITY)	+= xattr_security.o
back to top