branch update for HEAD-2003050101
[reactos.git] / drivers / fs / cdfs / makefile
1 # $Id$
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_BOOTSTRAP = yes
6
7 TARGET_TYPE = driver
8
9 TARGET_NAME = cdfs
10
11 TARGET_OBJECTS = $(TARGET_NAME).o close.o common.o create.o dirctl.o \
12                  fcb.o finfo.o fsctl.o misc.o rw.o volinfo.o cleanup.o
13
14 include $(PATH_TO_TOP)/rules.mak
15
16 include $(TOOLS_PATH)/helper.mk
17
18 # EOF