Commit ab30804f authored by Alessandro Rubini's avatar Alessandro Rubini

kconfig: use 'Kconfig' as file name, not the bst-kconfig ones

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 5fda0c85
......@@ -37,7 +37,7 @@ HOSTCXXFLAGS = -O2
export HOSTCC HOSTCXX HOSTCFLAGS HOSTCXXFLAGS
KBUILD_KCONFIG = $(CURDIR)/fm/main.fm
KBUILD_KCONFIG = $(CURDIR)/Kconfig
export KBUILD_KCONFIG
srctree := $(CURDIR)
......
......@@ -21,7 +21,7 @@ static void conf_warning(const char *fmt, ...)
static const char *conf_filename;
static int conf_lineno, conf_warnings, conf_unsaved;
const char conf_defname[] = "fm/main.fm";
const char conf_defname[] = "Kconfig";
static void conf_warning(const char *fmt, ...)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment