Re: [U-Boot] [PATCH 29/40] x86: Support TPL in Intel common code

2019-02-21 Thread Bin Meng
On Wed, Jan 30, 2019 at 12:00 PM Simon Glass wrote: > > Update the Makefie rules to ensure that the correct files are built when > TPL is being used. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/intel_common/Makefile | 9 ++--- > 1 file changed, 6 insertions(+), 3 deletions(-) >

[U-Boot] [PATCH 29/40] x86: Support TPL in Intel common code

2019-01-29 Thread Simon Glass
Update the Makefie rules to ensure that the correct files are built when TPL is being used. Signed-off-by: Simon Glass --- arch/x86/cpu/intel_common/Makefile | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/arch/x86/cpu/intel_common/Makefile