ensure that all is the default target and have a useful default board

This commit is contained in:
Trammell hudson 2018-02-07 19:03:40 -05:00
parent cade555c46
commit 3bf51cb74c
Failed to extract signature

View File

@ -1,3 +1,4 @@
all:
-include .config
modules-y :=
@ -8,7 +9,7 @@ config := $(pwd)/config
INSTALL := $(pwd)/install
log_dir := $(build)/log
BOARD ?= qemu
BOARD ?= qemu-coreboot
CONFIG := $(pwd)/boards/$(BOARD).config
ifneq "y" "$(shell [ -r '$(CONFIG)' ] && echo y)"