From: Eric Andersen Date: Wed, 27 Apr 2005 08:09:58 +0000 (-0000) Subject: Make defconfig work properly X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f3ccf319b05029b7a6f960a24dc339de2875a72c;p=buildroot.git Make defconfig work properly --- diff --git a/Makefile b/Makefile index 5e7babd4e2..04dd92ffe4 100644 --- a/Makefile +++ b/Makefile @@ -199,6 +199,6 @@ distclean: clean endif # ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y) .PHONY: dummy subdirs release distclean clean config oldconfig \ - menuconfig tags check test depend + menuconfig tags check test depend defconfig