Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
8e2f3b70e60172f5ed7c0933b8d8a35654c1c031
/
.
/
fs
/
devpts
/
Makefile
blob: 5800df2e50c8e6b922a7ee7c326dc83b7e209b7b [
file
] [
log
] [
blame
]
#
# 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