Linux 2.3.0
[davej-history.git] / fs / ext2 / Makefile
blob456f9ba75779389295410cbfe3602794f279407e
2 # Makefile for the linux ext2-filesystem routines.
4 # Note! Dependencies are done automagically by 'make dep', which also
5 # removes any old dependencies. DON'T put your own dependencies here
6 # unless it's something special (ie not a .c file).
8 # Note 2! The CFLAGS definitions are now in the main makefile...
10 O_TARGET := ext2.o
11 O_OBJS := acl.o balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
12 ioctl.o namei.o super.o symlink.o truncate.o
13 M_OBJS := $(O_TARGET)
15 include $(TOPDIR)/Rules.make