0463b4a2fb
1. Make libefi portable by removing ia64 specific code and build it on i386 and amd64 by default to prevent regressions. These changes include fixes and improvements over previous code to establish or improve APIs where none existed or when the amount of kluging was unacceptably high. 2. Increase the amount of sharing between the efi and ski loaders to improve maintainability of the loaders and simplify making changes to the loader-kernel handshaking in the future. The version of the efi and ski loaders are now both changed to 1.2 as user visible improvements and changes have been made.
6 lines
62 B
Makefile
6 lines
62 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= common efi ski
|
|
|
|
.include <bsd.subdir.mk>
|