scroll mode for very long start menus
[reactos.git] / reactos / drivers / fs / ext2 / makefile
1 # $Id: makefile,v 1.14 2001/08/21 20:13:12 chorns Exp $
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_TYPE = driver
6
7 TARGET_NAME = ext2fs
8
9 TARGET_CFLAGS = -I./include -DDBG
10
11 TARGET_OBJECTS = \
12 attr.o \
13 blockdev.o \
14 dir.o \
15 file.o \
16 inode.o \
17 rw.o \
18 quota.o \
19 security.o \
20 super.o
21
22 include $(PATH_TO_TOP)/rules.mak
23
24 include $(TOOLS_PATH)/helper.mk
25
26 # EOF