fix a bug in Makefile that prevented removing the '.config' file corrently

This commit is contained in:
LAPTOP-6JO0PLKH\FigoHu
2021-08-26 20:34:45 +08:00
parent 0ddb5bfd1f
commit f87c40f6fb

View File

@@ -109,4 +109,4 @@ distclean:
@echo Clean all configuration
@make clean
@rm -f .config*
@rm -f $(BSP_ROOT)/.config
@rm -f $(KERNEL_ROOT)/board/*/.config