diff options
Diffstat (limited to 'fs/sysfs/Makefile')
-rw-r--r-- | fs/sysfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sysfs/Makefile b/fs/sysfs/Makefile index 8876ac183373..6eff6e1205a5 100644 --- a/fs/sysfs/Makefile +++ b/fs/sysfs/Makefile @@ -2,4 +2,4 @@ # Makefile for the sysfs virtual filesystem # -obj-y := inode.o file.o dir.o symlink.o mount.o group.o +obj-y := file.o dir.o symlink.o mount.o group.o |