Added scsi class driver skeleton.
[reactos.git] / reactos / drivers / storage / scsiport / makefile
index 533c1cb..a8af93a 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: makefile,v 1.1 2001/07/21 07:30:26 ekohl Exp $
+# $Id: makefile,v 1.2 2001/07/23 06:13:48 ekohl Exp $
 #
 #
 PATH_TO_TOP = ../../..
@@ -34,6 +34,13 @@ $(PATH_TO_TOP)/$(DIST_DIR)/drivers/$(TARGET).sys: $(TARGET).sys
 
 $(TARGET).sys $(TARGET).sys.unstripped: $(OBJECTS) $(LIBS)
 
+$(TARGET).a: $(TARGET).def
+       $(DLLTOOL) \
+               --dllname $(TARGET).sys \
+               --def $(TARGET).def \
+               --kill-at \
+               --output-lib $(TARGET).a
+
 
 WARNINGS_ARE_ERRORS = yes
 include $(PATH_TO_TOP)/rules.mak