Hi Troy, 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 > be more direct with using defined(USE_HOSTCC). > > Signed-off-by: Troy Kisky <troykiskybound...@gmail.com> > --- > > lib/crc32.c | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) >
Reviewed-by: Simon Glass <s...@chromium.org>