fix missing semicolon in grub nvme patch

i  forgot this when rebasing on the recent uprev

Signed-off-by: Leah Rowe <leah@libreboot.org>
master
Leah Rowe 2024-12-31 04:22:11 +00:00
parent 95ea3293df
commit d58d63569f
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ index f1f38d8d3..d09f9ffbc 100644
common = tests/asn1/asn1_test.c;
cflags = '-Wno-uninitialized';
cppflags = '-I$(srcdir)/lib/libtasn1-grub -I$(srcdir)/tests/asn1/';
+}
+};
+
+module = {
+ name = nvme;

View File

@ -38,7 +38,7 @@ index fda723f0c..27a707fda 100644
common = tests/asn1/asn1_test.c;
cflags = '-Wno-uninitialized';
cppflags = '-I$(srcdir)/lib/libtasn1-grub -I$(srcdir)/tests/asn1/';
+}
+};
+
+module = {
+ name = nvme;