Skip to content

Commit

Permalink
Makefile: enable GPU by default in the EFI flavor
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Lopez <[email protected]>
  • Loading branch information
slp committed Feb 21, 2024
1 parent 2cb147d commit 03c5fd6
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 @@ -32,7 +32,7 @@ ifeq ($(NET),1)
endif
ifeq ($(EFI),1)
VARIANT = -efi
FEATURE_FLAGS := --features efi
FEATURE_FLAGS := --features efi,gpu
BUILD_INIT = 0
endif

Expand Down

0 comments on commit 03c5fd6

Please sign in to comment.