ad6160db4794bdef569d27a0e9565cd5e17ce911
[reactos.git] / drivers / fs / vfat / makefile
1 # $Id$
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_TYPE = driver
6
7 TARGET_NAME = vfatfs
8
9 TARGET_GCCLIBS = gcc
10
11 TARGET_OBJECTS = \
12   blockdev.o \
13   cleanup.o \
14   close.o \
15   create.o \
16   dir.o \
17   direntry.o \
18   dirwr.o \
19   fat.o \
20   fcb.o \
21   finfo.o \
22   iface.o \
23   rw.o \
24   shutdown.o \
25   string.o \
26   volume.o \
27   misc.o \
28   fsctl.o \
29   ea.o
30
31 DEP_OBJECTS = $(TARGET_OBJECTS)
32
33 TARGET_CLEAN = $(DEP_FILES) *.o *.sys *.sym
34
35 TARGET_CFLAGS = -g
36
37 include $(PATH_TO_TOP)/rules.mak
38
39 include $(TOOLS_PATH)/helper.mk
40
41 include $(TOOLS_PATH)/depend.mk
42