From 342709cbf7a231725cbd54e40c3f110883450edf Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Fri, 23 Jun 2023 14:00:02 -0400 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85cda083c..128a270d0 100644 --- a/Makefile +++ b/Makefile @@ -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)"