migrate substitution keywords to SVN
[reactos.git] / reactos / drivers / fs / ms / Makefile
1 # $Id$
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_TYPE = driver
6
7 TARGET_NAME = msfs
8
9 TARGET_OBJECTS = \
10 create.o \
11 finfo.o \
12 fsctrl.o \
13 msfs.o \
14 rw.o
15
16 TARGET_CFLAGS = -Werror -Wall
17
18 include $(PATH_TO_TOP)/rules.mak
19
20 include $(TOOLS_PATH)/helper.mk