* grub-core/Makefile.core.def (ieee1275_fb): Use enable=powerpc_ieee1275
for cleanness.
This commit is contained in:
parent
e3a1073fd2
commit
cf02731e48
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2011-05-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/Makefile.core.def (ieee1275_fb): Use enable=powerpc_ieee1275
|
||||||
|
for cleanness.
|
||||||
|
|
||||||
2011-05-18 Vladimir Serbinenko <phcoder@gmail.com>
|
2011-05-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
FreeDOS direct loading support.
|
FreeDOS direct loading support.
|
||||||
|
|
|
@ -1548,7 +1548,7 @@ module = {
|
||||||
module = {
|
module = {
|
||||||
name = ieee1275_fb;
|
name = ieee1275_fb;
|
||||||
ieee1275 = video/ieee1275.c;
|
ieee1275 = video/ieee1275.c;
|
||||||
enable = powerpc;
|
enable = powerpc_ieee1275;
|
||||||
};
|
};
|
||||||
|
|
||||||
module = {
|
module = {
|
||||||
|
|
Loading…
Reference in a new issue