# Copyright (C) 2014-2015 David Azarewicz # # # To build this driver you must have installed : # OpenWatcom # ZIP (must be in PATH) # IBM DDK # DRV32 KIT # LCL32 KIT # OS2 Toolkit # # See SETENV.CMD.TEMPLATE for the environment setup !ifndef %ROOT # if not defined in the environment !error ROOT must be set in the environment !endif ROOT=$(%ROOT) # These are the unique defines for this driver TARGET=R8169 RETAILPKG=pkg5 #TRACEPKG=pkg6 DRVMAKE=lin32.drv # The firmware files are not free and are not in the repository because of copyright. # If you want to build a package that includes the firmware files, you must acquire # them yourself, put them in the rtl_nic directory, and uncomment the following line. EXTRADIR=rtl_nic !include $(ROOT)\Tools\Makefile.mif