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
parent
95ea3293df
commit
d58d63569f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue