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

Makefile: Another try to fix .config in Makefile

To avoid triggering .config target at clean.
Put explicit target for $(CURDIR)/.config
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 2764855d
......@@ -105,6 +105,11 @@ distclean: clean
rm -rf include/config include/generated
rm -f .config
# Explicit rule for $(CURDIR)/.config
# needed since -include XXX triggers build for XXX
$(CURDIR)/.config:
@# Keep this dummy comment
# following targets from Makefile.kconfig
silentoldconfig:
@mkdir -p include/config
......
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