mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-20 15:03:44 +02:00
fix missing semicolon in grub nvme patch
i forgot this when rebasing on the recent uprev Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -38,7 +38,7 @@ index f1f38d8d3..d09f9ffbc 100644
|
|||||||
common = tests/asn1/asn1_test.c;
|
common = tests/asn1/asn1_test.c;
|
||||||
cflags = '-Wno-uninitialized';
|
cflags = '-Wno-uninitialized';
|
||||||
cppflags = '-I$(srcdir)/lib/libtasn1-grub -I$(srcdir)/tests/asn1/';
|
cppflags = '-I$(srcdir)/lib/libtasn1-grub -I$(srcdir)/tests/asn1/';
|
||||||
+}
|
+};
|
||||||
+
|
+
|
||||||
+module = {
|
+module = {
|
||||||
+ name = nvme;
|
+ name = nvme;
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ index fda723f0c..27a707fda 100644
|
|||||||
common = tests/asn1/asn1_test.c;
|
common = tests/asn1/asn1_test.c;
|
||||||
cflags = '-Wno-uninitialized';
|
cflags = '-Wno-uninitialized';
|
||||||
cppflags = '-I$(srcdir)/lib/libtasn1-grub -I$(srcdir)/tests/asn1/';
|
cppflags = '-I$(srcdir)/lib/libtasn1-grub -I$(srcdir)/tests/asn1/';
|
||||||
+}
|
+};
|
||||||
+
|
+
|
||||||
+module = {
|
+module = {
|
||||||
+ name = nvme;
|
+ name = nvme;
|
||||||
|
|||||||
Reference in New Issue
Block a user