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