OK, I'll try that. BR Troy
On Wed, Feb 22, 2023 at 1:20 PM Simon Glass <s...@chromium.org> wrote: > On Tue, 21 Feb 2023 at 18:38, Troy Kisky <troykiskybound...@gmail.com> > wrote: > > > > We need to include <linux/kconfig.h> in order to include > > files that use CONFIG_IS_ENABLED. TO prepare for that > > don't pet the watchdog when USE_HOSTCC is defined. > > > > Signed-off-by: Troy Kisky <troykiskybound...@gmail.com> > > --- > > > > lib/sha256.c | 8 ++++++-- > > 1 file changed, 6 insertions(+), 2 deletions(-) > > Reviewed-by: Simon Glass <s...@chromium.org> > > BTW it might be possible to use '-include linux/kconfig.h' in > tools/Makefile like we do in Makefile >