197f99d4edaafa4243e2efffa601395502141509
[reactos.git] / reactos / drivers / storage / atapi / makefile
1 # $Id$
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_BOOTSTRAP = yes
6
7 TARGET_TYPE = driver
8
9 TARGET_NAME = atapi
10
11 TARGET_DDKLIBS = scsiport.a
12
13 TARGET_OBJECTS = $(TARGET_NAME).o
14
15 TARGET_CFLAGS = -Werror -Wall
16
17 DEP_OBJECTS = $(TARGET_OBJECTS)
18
19 include $(PATH_TO_TOP)/rules.mak
20
21 include $(TOOLS_PATH)/helper.mk
22
23 include $(TOOLS_PATH)/depend.mk
24
25 # EOF