mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
core: introduce a generated kconfig snippet
Add the infrastructure for adding generated kconfig snippet in the menuconfig. For now, the kconfig snippet is generated empty, the recipe for filling it in will be introduced in sub-sequent patches. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <jacmet@uclibc.org> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com> Cc: Samuel Martin <s.martin49@gmail.com> Reviewed-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
b1e079b68b
commit
4802db3dad
@@ -7,6 +7,9 @@
|
||||
MANUAL_SOURCES = $(sort $(wildcard docs/manual/*.txt) $(wildcard docs/images/*))
|
||||
MANUAL_RESOURCES = $(TOPDIR)/docs/images
|
||||
|
||||
# Ensure the kconfig snippet is generated (for MANUAL_GEN_LISTS, below):
|
||||
MANUAL_DEPENDENCIES += prepare-kconfig
|
||||
|
||||
# Our manual needs to generate lists
|
||||
define MANUAL_GEN_LISTS
|
||||
$(Q)$(call MESSAGE,"Updating the manual lists...")
|
||||
|
||||
Reference in New Issue
Block a user