Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/cmake/kconfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function(__kconfig_init)
CONFIGURE_COMMAND ""
BINARY_DIR "kconfig_bin"
BUILD_COMMAND rm -f ${src_path}/zconf.lex.c ${src_path}/zconf.hash.c
COMMAND make -f ${src_path}/Makefile mconf-idf
COMMAND $(MAKE) -f ${src_path}/Makefile mconf-idf
BUILD_BYPRODUCTS ${MCONF}
INSTALL_COMMAND ""
EXCLUDE_FROM_ALL 1
Expand Down
2 changes: 1 addition & 1 deletion tools/kconfig/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ check-lxdialog := $(SRCDIR)/lxdialog/check-lxdialog.sh
CFLAGS += $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags) \
-DLOCALE -MMD -MP

CFLAGS += -I "." -I "${SRCDIR}"
CFLAGS += -I "/usr/local/include" -I "." -I "${SRCDIR}"

%.o: $(SRCDIR)/%.c
$(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@
Expand Down
2 changes: 1 addition & 1 deletion tools/kconfig/lxdialog/check-lxdialog.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Check ncurses compatibility

# What library to link
Expand Down