fix a bug in Makefile that prevented removing the '.config' file corrently
This commit is contained in:
parent
0ddb5bfd1f
commit
f87c40f6fb
|
@ -109,4 +109,4 @@ distclean:
|
||||||
@echo Clean all configuration
|
@echo Clean all configuration
|
||||||
@make clean
|
@make clean
|
||||||
@rm -f .config*
|
@rm -f .config*
|
||||||
@rm -f $(BSP_ROOT)/.config
|
@rm -f $(KERNEL_ROOT)/board/*/.config
|
||||||
|
|
Loading…
Reference in New Issue