ソースを参照

[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"

読み込み中…
キャンセル
保存