BSP and Device Driver Development Guide
There is a Makefile.in
in most of the directories in a BSP. This
class of Makefile lists the files to be built as part of the driver.
When adding new files to an existing directory, Do not forget to add
the new files to the list of files to be built in the Makefile.in
.
NOTE: The Makefile.in
files are ONLY processed during the configure
process of a RTEMS build. Therefore, when developing
a BSP and adding a new file to a Makefile.in
, the
already generated Makefile
will not include the new references.
This results in the new file not being be taken into account!
The configure
script must be run again or the Makefile
(the result of the configure process) modified by hand. This file will
be in a directory such as the following:
MY_BUILD_DIR/c/src/lib/libbsp/CPU/BSP/DRIVER
BSP and Device Driver Development Guide
Copyright © 1988-2000 OAR Corporation