1f50c8fda15367c840da165b410dbd33f1166688
[reactos.git] / drivers / storage / scsiport / makefile
1 # $Id$
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_TYPE = export_driver
6
7 TARGET_NAME = scsiport
8
9 TARGET_OBJECTS = $(TARGET_NAME).o
10
11 include $(PATH_TO_TOP)/rules.mak
12
13 include $(TOOLS_PATH)/helper.mk