소스 검색

[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…
취소
저장