Home | History | Annotate | Download | only in intel_common
      1 # SPDX-License-Identifier: GPL-2.0+
      2 #
      3 # Copyright (c) 2016 Google, Inc
      4 
      5 ifdef CONFIG_HAVE_MRC
      6 obj-$(CONFIG_$(SPL_)X86_32BIT_INIT) += car.o
      7 obj-$(CONFIG_$(SPL_)X86_32BIT_INIT) += me_status.o
      8 obj-$(CONFIG_$(SPL_)X86_32BIT_INIT) += report_platform.o
      9 obj-$(CONFIG_$(SPL_)X86_32BIT_INIT) += mrc.o
     10 endif
     11 obj-y += cpu.o
     12 obj-y += lpc.o
     13 ifndef CONFIG_TARGET_EFI_APP
     14 obj-y += microcode.o
     15 endif
     16 obj-y += pch.o
     17