On Wed, Jan 22, 2020 at 11:01 PM Wolfgang Wallner <wolfgang.wall...@br-automation.com> wrote: > > The Interrupt Timer Subsystem (ITSS) is not specific to Apollo Lake, so > move it to a common location within arch/x86. > > Signed-off-by: Wolfgang Wallner <wolfgang.wall...@br-automation.com> > --- > At the moment, this commit enables building of itss.o unconditionally. > which is a bad idea I guess. > What is the preferred way to handle this? > Should I add a kconfig option e.g. in arch/x86/Kconfig? > > arch/x86/cpu/apollolake/Makefile | 1 - > arch/x86/cpu/intel_common/Makefile | 1 + > arch/x86/cpu/{apollolake => intel_common}/itss.c | 0 > 3 files changed, 1 insertion(+), 1 deletion(-) > rename arch/x86/cpu/{apollolake => intel_common}/itss.c (100%) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>