Revision 43565a0648e664744ac9201c199681451355edcc authored by Kristian Høgsberg on 14 February 2009, 01:56:52 UTC, committed by Dave Airlie on 20 February 2009, 02:21:13 UTC
Lifted from the DDX modesetting.

Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Dave Airlie <airlied@redhat.com>
1 parent a29f5ca
Raw File
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