swh:1:snp:173f8deb0c56c557784b4fd217e7608ac6197844
Raw File
Tip revision: 1406de8e11eb043681297adf86d6892ff8efc27a authored by Linus Torvalds on 16 May 2009, 04:12:57 UTC
Linux 2.6.30-rc6
Tip revision: 1406de8
Makefile
#
# Makefile for the sysfs virtual filesystem
#

obj-y		:= inode.o file.o dir.o symlink.o mount.o bin.o \
		   group.o
back to top