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