#This is a makefile include file - see makefile.drv #commas are not allowed in these definitions PROJECT=Intel PRO/1000 PCIe MAC Driver FIXPACK=SVN212 VERSION=0.1.8 #TODO: automatically create BUILDDATE BUILDDATE=20120115 #DBG_MODE=0 turns debug off #DBG_MODE=1 turns debug on to serial port #DBG_MODE=2 turns debug on to memory buffer #ifndef DBG_MODE DBG_MODE=0 #endif #DBG_LEVEL sets how much debug output is generated. Higher DBG_LEVELs generate more output. #If not set, default to 5 #if DBG_MODE > 0 #ifndef DBG_LEVEL DBG_LEVEL=5 #endif #endif OBJS=$(TARGET)\e1000hw.obj $(TARGET)\es2lan.obj $(TARGET)\ich8lan.obj $(TARGET)\lib.obj $(TARGET)\phy.obj $(TARGET)\82571.obj