|
|
| File: [Development] / linux-2.6-xfs / fs / devpts / Makefile (download)
Revision 1.1, Tue Dec 30 23:58:53 2003 UTC (13 years, 10 months ago) by cattelan
Initial Import 2.6.0 |
# # Makefile for the Linux /dev/pts virtual filesystem. # obj-$(CONFIG_DEVPTS_FS) += devpts.o devpts-y := inode.o devpts-$(CONFIG_DEVPTS_FS_XATTR) += xattr.o devpts-$(CONFIG_DEVPTS_FS_SECURITY) += xattr_security.o