Skip to content

Commit

Permalink
Makefile: add SND flag
Browse files Browse the repository at this point in the history
Add SND flag to easily request enabling virtio-snd while building the
package.

Signed-off-by: Sergio Lopez <[email protected]>
  • Loading branch information
slp committed May 17, 2024
1 parent f4fc9fd commit 55f43d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ endif
ifeq ($(NET),1)
FEATURE_FLAGS += --features net
endif
ifeq ($(SND),1)
FEATURE_FLAGS += --features snd
endif
ifeq ($(EFI),1)
VARIANT = -efi
FEATURE_FLAGS := --features efi,gpu
Expand Down

0 comments on commit 55f43d9

Please sign in to comment.