Uwe Hermann wrote:
+# Make sure we have the tools we need to accomplish this +HAVE_IASL:=$(call find-tool,iasl)
+ifeq ($(HAVE_IASL),n) +$(error To build LinuxBIOS, you need to install the 'iasl' tool) +endif
This is not true for all boards, maybe we should make this a requirement only for those boards which actually require it.
It will be true pretty soon though I guess.
Stefan