Makefile: point default board to qemu-coreboot-fbwhiptail-tpm1 so autocompletion still works

removal of qemu-coreboot board made autocomplete apparition of modules helpers vanish
This commit is contained in:
Thierry Laurion 2023-06-23 14:00:02 -04:00
parent 4d7585536a
commit a4f5965183
No known key found for this signature in database
GPG Key ID: E7B4A71658E36A93

View File

@ -37,7 +37,7 @@ WGET ?= wget
# Timestamps should be in ISO format
DATE=`date --rfc-3339=seconds`
BOARD ?= qemu-coreboot
BOARD ?= qemu-coreboot-fbwhiptail-tpm1
CONFIG := $(pwd)/boards/$(BOARD)/$(BOARD).config
ifneq "y" "$(shell [ -r '$(CONFIG)' ] && echo y)"