summaryrefslogtreecommitdiff
path: root/fs/ext2/Makefile
blob: 00d124b13824a02f277d2948874733480a9c8e1a (plain)
1
2
3
4
5
6
7
8
9
10
#
# Makefile for the linux ext2-filesystem routines.
#

obj-$(CONFIG_EXT2_FS) += ext2.o

ext2-objs := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
	     ioctl.o namei.o super.o symlink.o

include $(TOPDIR)/Rules.make