[coreboot-gerrit] New patch to review for filo: Makefile: Build defconfig per default

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Thu Apr 14 02:19:45 CEST 2016


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14356

-gerrit

commit 1f1b39a551fb2146ad6ee5e5a5e37e4399228b0d
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Wed Apr 13 16:29:52 2016 -0700

    Makefile: Build defconfig per default
    
    If there is no configuration, make defconfig instead of config
    per default.
    
    Change-Id: I09eca1ab8686f58184f29ff0b6d284078445557e
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 98675fc..5bf2dc1 100644
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,7 @@ HOSTCXXFLAGS := -I$(srck) -I$(objk) -pipe
 
 ifeq ($(strip $(HAVE_DOTCONFIG)),)
 
-all: config
+all: defconfig
 include util/kconfig/Makefile
 
 else



More information about the coreboot-gerrit mailing list