Skip to content

Commit

Permalink
Makefile: point default board to qemu-coreboot-fbwhiptail-tpm1 so aut…
Browse files Browse the repository at this point in the history
…ocompletion still works

removal of qemu-coreboot board made autocomplete apparition of modules helpers vanish
  • Loading branch information
tlaurion committed Jun 26, 2023
1 parent be93ee6 commit 342709c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 342709c

Please sign in to comment.