Major update of the build system:
[reactos.git] / reactos / drivers / storage / class2 / makefile
1 # $Id: makefile,v 1.3 2001/08/21 20:13:16 chorns Exp $
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_TYPE = export_driver
6
7 TARGET_NAME = class2
8
9 TARGET_OBJECTS = $(TARGET_NAME).o
10
11 include $(PATH_TO_TOP)/rules.mak
12
13 include $(TOOLS_PATH)/helper.mk