mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +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;
|
||||
cflags = '-Wno-uninitialized';
|
||||
cppflags = '-I$(srcdir)/lib/libtasn1-grub -I$(srcdir)/tests/asn1/';
|
||||
+}
|
||||
+};
|
||||
+
|
||||
+module = {
|
||||
+ name = nvme;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user