at v2.6.13 121 B view raw
1# 2# Makefile for the linux devfs-filesystem routines. 3# 4 5obj-$(CONFIG_DEVFS_FS) += devfs.o 6 7devfs-objs := base.o util.o 8