Although the input of ich_descriptors_tool is very much Intel-specific,
as far as I can tell from looking at the code the tool should work
without problems on other arches as well.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
dolib.a libflashrom.a
doheader libflashrom.h
- if use tools ; then
- if use amd64 ; then
- dosbin util/ich_descriptors_tool/ich_descriptors_tool
- elif use x86 ; then
- dosbin util/ich_descriptors_tool/ich_descriptors_tool
- fi
+ if use tools; then
+ dosbin util/ich_descriptors_tool/ich_descriptors_tool
fi
}