The vxge driver code is split over several files, including vxge_main.c. This causes the build system and ROM-o-matic to see the driver as "vxge_main". This patch adds a stub vxge.c which takes up no space but gives the driver its proper name, "vxge". Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com> Signed-off-by: Marty Connor <mdc@etherboot.org>tags/v1.20.1
|
|
||
|
1 |
|
|
|
2 |
|
|
|
3 |
|
|
|
4 |
|
|
|
5 |
|
|
|
6 |
|
|
|
7 |
|
|
|
8 |
|
|
|
9 |
|
|
|
10 |
|
|
|
11 |
|
|
|
12 |
|
|
|
13 |
|
|
|
14 |
|
|
|
15 |
|
|
|
16 |
|
|
|
17 |
|
|
|
18 |
|
|
|
||
712 |
|
712 |
|
713 |
|
713 |
|
714 |
|
714 |
|
715 |
|
|
|
716 |
|
|
|
|
715 |
|
|
|
716 |
|
|
|
717 |
|
|
717 |
|
718 |
|
718 |
|
719 |
|
719 |
|
720 |
|
720 |
|
|
|
721 |
|
|
|
|
721 |
|
|
|
722 |
|
|
722 |
|
723 |
|
723 |
|
724 |
|
724 |
|
725 |
|