Linux 2.3.0
[davej-history.git] / fs / vfat / Makefile
blobdf903636f434c765c36a2954195c6e8e52e8740f
2 # Makefile for the linux vfat-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 := vfat.o
11 O_OBJS := namei.o
12 OX_OBJS := vfatfs_syms.o
13 M_OBJS := $(O_TARGET)
15 include $(TOPDIR)/Rules.make