Update the DIRS File (Compact 2013)
3/26/2014
For the build process to include the source files for your driver, you must update the DIRS file in the driver directory. The build process uses the information that is specified in this file to determine which subdirectories to include in the build. For more information, see Dirs File.
To update the DIRS file
In Windows Explorer, navigate to the folder %_WINCEROOT\platform\<Your BSP>\src\drivers.
Open the DIRS file by using a text editor such as Notepad.
Note
The DIRS file does not have a file name extension.
Add a line to the DIRS file to include the stream driver folder followed by a backslash, as shown in the following example.
DIRS= \ streamdriver \ wavedev2_sb16 \ ndis_dc21x4 \ keybd \ isr_vpcmouse \
Save the DIRS file.
The list of driver folders included in your DIRS file may vary, depending on the functionality you selected when you designed your OS.