seabios: remove iasl output file when error.
authorIsaku Yamahata <yamahata@valinux.co.jp>
Mon, 7 Jun 2010 08:19:27 +0000 (17:19 +0900)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 11 Jun 2010 02:32:59 +0000 (22:32 -0400)
commit12cbb43b9dc8a16f712188cb308a0eb0321f3e20
treea6f9f7e3f6992be517c8f7ac43b7069657e07e03
parentd5d02b6c979da4baeae3a35e7f149881203e6255
seabios: remove iasl output file when error.

Surprisingly iasl creates output file even when compilation error.
So typing make after an error will succeed.
This patch prevents it by removing the output file when error.
And adds related dependencies to compile when .hex is missing.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Makefile