From 54a5d8fb77864f912a827813030fbe605b5df85e Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Thu, 3 Apr 2008 19:08:59 +0000
Subject: [PATCH] Clean files in scripts/config (#3011)

SVN-Revision: 10723
---
 include/toplevel.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/toplevel.mk b/include/toplevel.mk
index 1826bc11a7..ebbf749727 100644
--- a/include/toplevel.mk
+++ b/include/toplevel.mk
@@ -120,6 +120,7 @@ docs/clean: FORCE
 
 distclean:
 	rm -rf tmp build_dir staging_dir dl .config* feeds package/feeds bin
+	$(MAKE) -C scripts/config clean
 
 ifeq ($(findstring v,$(DEBUG)),)
   .SILENT: symlinkclean clean dirclean distclean config-clean download help tmpinfo-clean .config scripts/config/mconf scripts/config/conf menuconfig tmp/.prereq-build tmp/.prereq-package prepare-tmpinfo
-- 
2.30.2