Statistics
| Branch: | Revision:

root / hw / poison.h @ 1ad2134f

History | View | Annotate | Download (690 Bytes)

# Date Author Comment
1ad2134f 05/19/2009 06:17 pm Paul Brook

Hardware convenience library

The only target dependency for most hardware is sizeof(target_phys_addr_t).
Build these files into a convenience library, and use that instead of
building for every target.

Remove and poison various target specific macros to avoid bogus target...