#This is a makefile include file - see makefile.drv #commas are not allowed in these definitions #Driver tested by: Lewis Rosenthal <> PROJECT=Intel(R) PRO/1000 Legacy NIC Driver #If SVN, then the current SVN revision number is used FIXPACK=SVN # VERSION must match the version in USESAVEDVERSION for WIS creation. VERSION=1.1.8 #USESAVEDVERSION=f:\src\work\save\MultiMac-20220514-WPI.zip OBJS=$(OBJDIR)\if_lem.obj $(OBJDIR)\e1000_api.obj $(OBJDIR)\e1000_mac.obj $(OBJDIR)\e1000_phy.obj & $(OBJDIR)\e1000_nvm.obj $(OBJDIR)\e1000_mbx.obj $(OBJDIR)\e1000_82542.obj $(OBJDIR)\e1000_82543.obj & $(OBJDIR)\e1000_82540.obj $(OBJDIR)\e1000_82541.obj $(OBJDIR)\e1000_82571.obj $(OBJDIR)\e1000_80003es2lan.obj & $(OBJDIR)\e1000_osdep.obj $(OBJDIR)\e1000_manage.obj $(OBJDIR)\e1000_ich8lan.obj $(OBJDIR)\e1000_82575.obj & $(OBJDIR)\e1000_vf.obj $(OBJDIR)\e1000_i210.obj $(OBJDIR)\e1000_base.obj