aboutsummaryrefslogtreecommitdiff
path: root/payloads/Kconfig
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2020-11-15 19:18:41 +0100
committerNico Huber <nico.h@gmx.de>2021-02-07 16:22:45 +0000
commit9c8f0424d6911d301eb8d1bd3271af22a33a44a8 (patch)
treeb3cdccacf42002bd07292fd73cf06c8c71b6588b /payloads/Kconfig
parent30570a7de124b1b716d7fe3f72765ed9d7df29a1 (diff)
libpayload: Add a Makefile for in-tree payloads
The new `Makefile.payload` can be included by the Makefiles of pay- loads for in-tree builds. The basic idea is to use libpayload's build results without the `make install` step, and to ensure that incremental builds work. For instance, if libpayload's code changes, a `make` for the payload would automatically update the libpayload build and rebuild the payload. But if there are no code changes in libpayload, only updated files of the payload will be re-built. The configuration of libpayload is supposed to be automatically generated from a `defconfig` file. If this `defconfig` changes, libpayload and the payload will be re-built. Change-Id: If5319f1bf0bcd09964416237c5cf7f8e59f487a2 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47633 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'payloads/Kconfig')
0 files changed, 0 insertions, 0 deletions