1 # 2 # Makefile for the Linux /dev/pts virtual filesystem. 3 # 4 5 O_TARGET := devpts.o 6 7 obj-y := root.o inode.o 8 9 obj-m := $(O_TARGET) 10 11 include $(TOPDIR)/Rules.make