[BACK]Return to Makefile CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / fs / devpts

File: [Development] / linux-2.6-xfs / fs / devpts / Makefile (download)

Revision 1.2, Fri Mar 12 06:17:49 2004 UTC (13 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.1: +2 -2 lines

Merge up to 2.6.4

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

obj-$(CONFIG_UNIX98_PTYS)		+= devpts.o

devpts-$(CONFIG_UNIX98_PTYS)		:= inode.o
devpts-$(CONFIG_DEVPTS_FS_XATTR)	+= xattr.o 
devpts-$(CONFIG_DEVPTS_FS_SECURITY)	+= xattr_security.o