Commit 6be2d811 authored by Adam Wujek's avatar Adam Wujek 💬

Makefile: add .config to .PHONY

To avoid triggering .config target at clean
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent c3492902
......@@ -5,6 +5,8 @@
# We are now Kconfig-based
-include $(CURDIR)/.config
.PHONY: $(CURDIR)/.config
# We still accept command-line choices like we used to do.
# Also, we must remove the quotes from these Kconfig values
PROTO_EXT ?= $(patsubst "%",%,$(CONFIG_EXTENSION))
......
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