Myles Watson wrote:
Change the default path to libpayload since they are both in payloads/. Change LAR support to default to no, since that is the default in libpayload.
With this change, the steps to build coreinfo are:
- Build libpayload:
cd payloads/libpayload make menuconfig make install
- Build coreinfo
cd ../coreinfo make menuconfig make
Signed-off-by: Myles Watson mylesgw@gmail.com
Acked-by: Peter Stuge peter@stuge.se