This website requires JavaScript.
Explore
Help
Register
Sign in
GNUBoot
/
coreboot-kgpe-d16
Watch
2
Star
0
Fork
You've already forked coreboot-kgpe-d16
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
edf459fe65
coreboot-kgpe-d16
/
src
/
drivers
/
i2c
/
lm63
/
Makefile.inc
2 lines
46 B
PHP
Raw
Normal View
History
Unescape
Escape
Get rid of drivers class The use of ramstage.a required the build system to handle some object files in a special way, which were put in the drivers class. These object files didn't provide any symbols that were used directly (but only via linker magic), and so the linker never considered them for inclusion. With ramstage.a gone, we can drop this special class, too. Change-Id: I6f1369e08d7d12266b506a5597c3a139c5c41a55 Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com> Reviewed-on: http://review.coreboot.org/1872 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2012-11-16 14:50:32 +01:00
ramstage
-
$
(
CONFIG_DRIVERS_I2C_LM63
)
+=
lm63
.
c
Reference in a new issue
Copy permalink