瀏覽代碼

[romprefix] Ensure UNDI loader can be included by all ROM types

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 9 年之前
父節點
當前提交
8c43891db4
共有 3 個檔案被更改,包括 30 行新增0 行删除
  1. 10
    0
      src/config/config_isaromprefix.c
  2. 10
    0
      src/config/config_mromprefix.c
  3. 10
    0
      src/config/config_pciromprefix.c

+ 10
- 0
src/config/config_isaromprefix.c 查看文件

@@ -0,0 +1,10 @@
1
+/*
2
+ * This program is free software; you can redistribute it and/or
3
+ * modify it under the terms of the GNU General Public License as
4
+ * published by the Free Software Foundation; either version 2, or (at
5
+ * your option) any later version.
6
+ */
7
+
8
+FILE_LICENCE ( GPL2_OR_LATER );
9
+
10
+#include "config_romprefix.c"

+ 10
- 0
src/config/config_mromprefix.c 查看文件

@@ -0,0 +1,10 @@
1
+/*
2
+ * This program is free software; you can redistribute it and/or
3
+ * modify it under the terms of the GNU General Public License as
4
+ * published by the Free Software Foundation; either version 2, or (at
5
+ * your option) any later version.
6
+ */
7
+
8
+FILE_LICENCE ( GPL2_OR_LATER );
9
+
10
+#include "config_romprefix.c"

+ 10
- 0
src/config/config_pciromprefix.c 查看文件

@@ -0,0 +1,10 @@
1
+/*
2
+ * This program is free software; you can redistribute it and/or
3
+ * modify it under the terms of the GNU General Public License as
4
+ * published by the Free Software Foundation; either version 2, or (at
5
+ * your option) any later version.
6
+ */
7
+
8
+FILE_LICENCE ( GPL2_OR_LATER );
9
+
10
+#include "config_romprefix.c"

Loading…
取消
儲存