https://github.com/torvalds/linux
Raw File
Tip revision: da6c038ea785aa57880eae4e9cf12d80572d8d6f authored by wyqwxj on 22 September 2015, 03:42:11 UTC
Merge pull request #1 from torvalds/master
Tip revision: da6c038
Makefile
#
# Makefile for the Linux /dev/pts virtual filesystem.
#

obj-$(CONFIG_UNIX98_PTYS)		+= devpts.o

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