Commit e2df2d65 authored by Adam Wujek's avatar Adam Wujek 💬 Committed by Alessandro Rubini

Makefile: fix "make config"

Fix command make config. The error was probably introduced by commit:
b88106b3 trivial: Makefile: fix for make v4
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 96a78e15
......@@ -106,6 +106,9 @@ silentoldconfig:
@mkdir -p include/config
$(MAKE) -f Makefile.kconfig $@
scripts_basic config:
$(MAKE) -f Makefile.kconfig $@
%config:
$(MAKE) -f Makefile.kconfig $@
......
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