diff options
| -rw-r--r-- | src/arch/x86/Makefile.efi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/x86/Makefile.efi b/src/arch/x86/Makefile.efi index 3e3fbe3ca..13a69d9f7 100644 --- a/src/arch/x86/Makefile.efi +++ b/src/arch/x86/Makefile.efi @@ -15,6 +15,10 @@ NON_AUTO_MEDIA += efidrv NON_AUTO_MEDIA += drv.efi NON_AUTO_MEDIA += efirom +# Include SNP driver in the all-drivers build +# +DRIVERS += snp + # Rules for building EFI files # $(BIN)/%.efi : $(BIN)/%.efi.tmp $(ELF2EFI) |
