From 8e29430410f37fe152c374d1c103a32f1906740e Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 1 Jul 2010 09:03:36 +0200 Subject: Makefile: fixup make distclean after kconfig build in BUILD_DIR We don't actually need to explicitly clean the kconfig stuff, as distclean already removes the entire BUILD_DIR, but fix up the packag/config makefile to do the right thing if make clean/distclean is called manually for completeness. Signed-off-by: Peter Korsgaard --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cdd16a2cb..df276c11b 100644 --- a/Makefile +++ b/Makefile @@ -578,7 +578,6 @@ ifeq ($(O),output) rm -rf $(O) endif rm -rf $(CONFIG_DIR)/.config $(CONFIG_DIR)/.config.old $(CONFIG_DIR)/.config.cmd $(CONFIG_DIR)/.auto.deps - -$(MAKE) -C $(CONFIG) distclean flush: rm -f $(BUILD_DIR)/tgt-config.cache -- cgit v1.2.3