Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9e40e14 authored by Rob Landley's avatar Rob Landley Committed by Sam Ravnborg
Browse files

kconfig: comment typo in scripts/kconfig/Makefile.



Typo in comment in scripts/kconfig/Makefile.

Signed-off-by: default avatarRob Landley <rob@landley.net>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent bb13be51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ help:
# lxdialog stuff
check-lxdialog  := $(srctree)/$(src)/lxdialog/check-lxdialog.sh

# Use reursively expanded variables so we do not call gcc unless
# Use recursively expanded variables so we do not call gcc unless
# we really need to do so. (Do not call gcc as part of make mrproper)
HOST_EXTRACFLAGS = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags)
HOST_LOADLIBES   = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ldflags $(HOSTCC))