diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-04-27 08:09:58 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-04-27 08:09:58 +0000 |
commit | f3ccf319b05029b7a6f960a24dc339de2875a72c (patch) | |
tree | be57f7eb20928cebc04235a499710259220f09a0 | |
parent | dfba3cfed987daba1cf8f2e80286127afce7e651 (diff) | |
download | buildroot-novena-f3ccf319b05029b7a6f960a24dc339de2875a72c.tar.gz buildroot-novena-f3ccf319b05029b7a6f960a24dc339de2875a72c.zip |
Make defconfig work properly
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |