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

O_TARGET := devpts.o
O_OBJS   := root.o inode.o

M_OBJS   := $(O_TARGET)

include $(TOPDIR)/Rules.make