]> Git Repo - J-u-boot.git/commit - scripts/Makefile.autoconf
kbuild: Allow for CONFIG_SYS_CONFIG_NAME to be unset
authorTom Rini <[email protected]>
Mon, 22 Jan 2024 22:39:05 +0000 (17:39 -0500)
committerTom Rini <[email protected]>
Tue, 27 Feb 2024 19:18:30 +0000 (14:18 -0500)
commitbcd8bce57c6d3ac7b52feb021cdf18bfc359104b
treeda52968bdac99ff6c10341eb5c4cf6841654f25f
parentd49fa3defa50c6d3f04acbb52fd486c13c14ab6a
kbuild: Allow for CONFIG_SYS_CONFIG_NAME to be unset

It is possible to have a platform which does not require a board.h file
to build, but today we need an empty one for our generated config.h file
to be valid. Allow for omitting this file if CONFIG_SYS_CONFIG_NAME is
not set.

Signed-off-by: Tom Rini <[email protected]>
scripts/Makefile.autoconf
This page took 0.031636 seconds and 4 git commands to generate.