Commit aa4760e0 authored by Adam Wujek's avatar Adam Wujek 💬

Makefile: change %config target

To avoid triggering .config target at clean.
All *_defconfig and *_config from configs directory will fall into this target,
but not .config.

NOTE: target for .config is executed at include of a file (see makefile manual)
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 1662d359
...@@ -110,7 +110,7 @@ silentoldconfig: ...@@ -110,7 +110,7 @@ silentoldconfig:
scripts_basic config: scripts_basic config:
$(MAKE) -f Makefile.kconfig $@ $(MAKE) -f Makefile.kconfig $@
%config: %_config %_defconfig:
$(MAKE) -f Makefile.kconfig $@ $(MAKE) -f Makefile.kconfig $@
defconfig: defconfig:
......
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