Commit a7113db4 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 6b1fc2e0
# Tomasz Wlostowski for CERN, 2011,2012
-include $(CURDIR)/.config
.PHONY: $(CURDIR)/.config
CROSS_COMPILE ?= lm32-elf-
......@@ -223,7 +222,7 @@ silentoldconfig:
scripts_basic config:
$(MAKE) quiet=quiet_ -f Makefile.kconfig $@
%config:
%_defconfig %_config:
$(MAKE) quiet=quiet_ -f Makefile.kconfig $@
defconfig:
......
ppsi @ aa4760e0
Subproject commit 62e4d20dd9b1edd626bd1025a1f7d8d34faecc6d
Subproject commit aa4760e0993080ef78d4ba64992c5fdecebd9ba2
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