Skip to content

Commit 8c43891

Browse files
committed
[romprefix] Ensure UNDI loader can be included by all ROM types
Signed-off-by: Michael Brown <mcb30@ipxe.org>
1 parent 072d656 commit 8c43891

3 files changed

Lines changed: 30 additions & 0 deletions

File tree

src/config/config_isaromprefix.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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"

src/config/config_mromprefix.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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"

src/config/config_pciromprefix.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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"

0 commit comments

Comments
 (0)