Statistics
| Branch: | Revision:

root / Makefile.objs @ 7a3766f3

History | View | Annotate | Download (5.5 kB)

# Date Author Comment
0e8c9214 01/07/2010 08:08 pm Andreas Färber

Drop --whole-archive and static libraries

Juan has contributed a cool Makefile infrastructure that enables us to drop
static libraries completely:

Move shared obj-y definitions to Makefile.objs, prefixed {common-,hw-,user-},
and link those object files directly into the executables....