Re: Build error with O= option

2018-03-05 Thread Gioh Kim
On Mon, Mar 5, 2018 at 1:57 PM, Alex Arvelaez wrote: > On Mar 5, 2018 7:04 AM, Gioh Kim wrote: >> >> Hi, >> >> I am trying to use O= option when building kernel. >> It failed with missing .config file error. >> I checked out the message and found out it tried to read .config in >> the output dire

Re: Build error with O= option

2018-03-05 Thread Alex Arvelaez
On Mar 5, 2018 7:04 AM, Gioh Kim wrote: > > Hi, > > I am trying to use O= option when building kernel. > It failed with missing .config file error. > I checked out the message and found out it tried to read .config in > the output directory. > > It's strange because there is no command to copy .co

Build error with O= option

2018-03-05 Thread Gioh Kim
Hi, I am trying to use O= option when building kernel. It failed with missing .config file error. I checked out the message and found out it tried to read .config in the output directory. It's strange because there is no command to copy .config to the output directory. I tested v4.14 and v4.15, a