From f87c40f6fb56b894e2bdac35c44af9b4be54f5ab Mon Sep 17 00:00:00 2001 From: "LAPTOP-6JO0PLKH\\FigoHu" Date: Thu, 26 Aug 2021 20:34:45 +0800 Subject: [PATCH] fix a bug in Makefile that prevented removing the '.config' file corrently --- Ubiquitous/XiUOS/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ubiquitous/XiUOS/Makefile b/Ubiquitous/XiUOS/Makefile index 2616f2a9..d8badcca 100644 --- a/Ubiquitous/XiUOS/Makefile +++ b/Ubiquitous/XiUOS/Makefile @@ -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