2008-08-21 Robert Millan <rmh@aybabtu.com>
* loader/i386/linux.c: New file. Implements generic 32-bit Linux loader. * conf/i386-coreboot.rmk (_linux_mod_SOURCES): Replace `loader/i386/pc/linux.c' with `loader/i386/linux.c'.
This commit is contained in:
parent
e290bef2e1
commit
c9baafe713
5 changed files with 597 additions and 19 deletions
|
@ -98,7 +98,7 @@ pkglib_MODULES = _linux.mod linux.mod normal.mod \
|
|||
halt.mod datetime.mod date.mod datehook.mod
|
||||
|
||||
# For _linux.mod.
|
||||
_linux_mod_SOURCES = loader/i386/pc/linux.c
|
||||
_linux_mod_SOURCES = loader/i386/linux.c
|
||||
_linux_mod_CFLAGS = $(COMMON_CFLAGS)
|
||||
_linux_mod_LDFLAGS = $(COMMON_LDFLAGS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue