Update build system related sections for RTEMS 6

Update sections which contained the word "bsp_specs".
This commit is contained in:
Sebastian Huber
2022-09-12 09:10:38 +02:00
parent 1b7a2ad298
commit 31199e3a69
4 changed files with 79 additions and 282 deletions

View File

@@ -151,8 +151,8 @@ directories contain implementations of these features.
$ cd raspberrypi
$ ls
bsp_specs configure.ac include make misc README
clock console irq Makefile.am preinstall.am startup
include misc README clock console irq
start
Another way to get an idea of the structure of bsps/ is to navigate
to a directory and execute the "tree -f" command. This outputs a nice
@@ -164,8 +164,7 @@ directory.
$ pwd
~/rtems/bsps/arm/raspberrypi
$ tree -f
.
|-- ./bsp_specs
.
|-- ./clock
| `-- ./clock/clockdrv.c
|-- ./configure.ac