diff options
| -rwxr-xr-x | sys/src/9/port/mkdevc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/src/9/port/mkdevc b/sys/src/9/port/mkdevc index 642ff1060..004bc4f41 100755 --- a/sys/src/9/port/mkdevc +++ b/sys/src/9/port/mkdevc @@ -166,6 +166,9 @@ END{ for(i = 0; i < nvgacur; i++) printf "\t&%scur,\n", vgacur[i]; printf "\tnil,\n};\n\n"; + } else { + if(objtype ~ "(386|amd64)") + printf "void bootscreeninit(void)\n{\n}\n\n"; } if(nip){ |
