]> git.proxmox.com Git - grub2.git/commit - grub-core/Makefile.core.def
Put terminfo into core on ieee1275 and yeeloong (needed for console).
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 30 Sep 2010 15:50:01 +0000 (17:50 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 30 Sep 2010 15:50:01 +0000 (17:50 +0200)
commitee74fa4822da5ea1d757e5842a9875e57a6cc614
tree885dd08bc6b3366f900c712b7f36beeab85907e6
parentaa438e6818359e01a62d092aafdf366499a1653e
Put terminfo into core on ieee1275 and yeeloong (needed for console).

* gentpl.py: New groups terminfoinkernel and terminfomodule.
* grub-core/Makefile.am (KERNEL_HEADER_FILES): Include extcmd.h, arg.h
and terminfo.h when needed.
* grub-core/Makefile.core.def (kernel): Include term/terminfo.c,
term/tparm.c, commands/extcmd.c, lib/arg.c on terminfokernel.
(terminfo): Enable only on terminfokernel.
(extcmd): Likewise.
* include/grub/extcmd.h: Add missing EXPORT_FUNC.
* include/grub/lib/arg.h: Likewise.
* grub-core/term/ieee1275/ofconsole.c (grub_ofconsole_dimensions): Fix
incorrect usage of ->.
ChangeLog
gentpl.py
grub-core/Makefile.am
grub-core/Makefile.core.def
grub-core/term/ieee1275/ofconsole.c
include/grub/extcmd.h
include/grub/lib/arg.h