Skip to content

Commit 342709c

Browse files
committed
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
1 parent be93ee6 commit 342709c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ WGET ?= wget
3737
# Timestamps should be in ISO format
3838
DATE=`date --rfc-3339=seconds`
3939

40-
BOARD ?= qemu-coreboot
40+
BOARD ?= qemu-coreboot-fbwhiptail-tpm1
4141
CONFIG := $(pwd)/boards/$(BOARD)/$(BOARD).config
4242

4343
ifneq "y" "$(shell [ -r '$(CONFIG)' ] && echo y)"

0 commit comments

Comments
 (0)