linuxboot / heads-wiki

Documentation for the Heads firmware project
85 stars 44 forks source link

How to build one submodule #125

Closed saper closed 1 year ago

saper commented 1 year ago

*.intermediate target name does not seem to work anymore, does it?

tlaurion commented 1 year ago

@saper make BOARD=x230-maximized + tab tab will load from board config all submodules related to the board and will suggest modules, and will propose additional submodules make statements that are available?

From https://osresearch.net/Makefile/#helpful-targets-and-options make gpg.intermediate states (weirdly worded) that gpg is the intermediate make call, where next make gpg.clean gives a concrete example of calling gpg submodule makefile with clean as global Makefile statement.

Any clearer suggestions to put there?

tlaurion commented 1 year ago

Sorry, duh. This is a PR. Merging, already clearer then what the docs expose.