Table 2-3 lists the files and directories generated in your work directory by the configure and make commands.
Table 2-3 Files and Directories generated by the configure and make commands| Files/Directories | Description |
| Makefile | top level Makefile |
| Paths | paths to the source or binary components |
| conf/ | system configuration files |
| obj/ | object files used by configurable actors |
| image/ | image generation files |
| build-NUCLEUS/ | build directory for nucleus |
| build-DRV/ | build directory for generic drivers |
| build-BSP/ | build directory for the board specific boot code |
| build-DRV_F/ | build directory for the family specific drivers |
| build-OS/ | build directory for the POSIX system |
| build-IOM/ | build directory for the I/O manager |