#
# Makefile for the Linux /dev/pts virtual filesystem.
#

obj-$(CONFIG_DEVPTS_FS) += devpts.o

devpts-objs := inode.o
