summaryrefslogtreecommitdiffstats
path: root/fs/devpts/Makefile
blob: 8ab293007dc89de76518778298bdc5eafe2a85cc (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Makefile for the Linux /dev/pts virtual filesystem.
#

O_TARGET := devpts.o

obj-y    := root.o inode.o

obj-m    := $(O_TARGET)

include $(TOPDIR)/Rules.make