cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Makefile (2066B)


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for drivers/platform/x86/intel
      4# Intel x86 Platform-Specific Drivers
      5#
      6
      7obj-$(CONFIG_INTEL_ATOMISP2_PDX86)	+= atomisp2/
      8obj-$(CONFIG_INTEL_IFS)			+= ifs/
      9obj-$(CONFIG_INTEL_SAR_INT1092)		+= int1092/
     10obj-$(CONFIG_INTEL_SKL_INT3472)		+= int3472/
     11obj-$(CONFIG_INTEL_PMC_CORE)		+= pmc/
     12obj-$(CONFIG_INTEL_PMT_CLASS)		+= pmt/
     13obj-$(CONFIG_INTEL_SPEED_SELECT_INTERFACE) += speed_select_if/
     14obj-$(CONFIG_INTEL_TELEMETRY)		+= telemetry/
     15obj-$(CONFIG_INTEL_WMI)			+= wmi/
     16obj-$(CONFIG_INTEL_UNCORE_FREQ_CONTROL)	+= uncore-frequency/
     17
     18
     19# Intel input drivers
     20intel-hid-y				:= hid.o
     21obj-$(CONFIG_INTEL_HID_EVENT)		+= intel-hid.o
     22intel-vbtn-y				:= vbtn.o
     23obj-$(CONFIG_INTEL_VBTN)		+= intel-vbtn.o
     24
     25# Intel miscellaneous drivers
     26obj-$(CONFIG_INTEL_ISHTP_ECLITE)	+= ishtp_eclite.o
     27intel_int0002_vgpio-y			:= int0002_vgpio.o
     28obj-$(CONFIG_INTEL_INT0002_VGPIO)	+= intel_int0002_vgpio.o
     29intel_oaktrail-y			:= oaktrail.o
     30obj-$(CONFIG_INTEL_OAKTRAIL)		+= intel_oaktrail.o
     31intel_sdsi-y				:= sdsi.o
     32obj-$(CONFIG_INTEL_SDSI)		+= intel_sdsi.o
     33intel_vsec-y				:= vsec.o
     34obj-$(CONFIG_INTEL_VSEC)		+= intel_vsec.o
     35
     36# Intel PMIC / PMC / P-Unit drivers
     37intel_bxtwc_tmu-y			:= bxtwc_tmu.o
     38obj-$(CONFIG_INTEL_BXTWC_PMIC_TMU)	+= intel_bxtwc_tmu.o
     39intel_crystal_cove_charger-y		:= crystal_cove_charger.o
     40obj-$(CONFIG_X86_ANDROID_TABLETS)	+= intel_crystal_cove_charger.o
     41intel_chtdc_ti_pwrbtn-y			:= chtdc_ti_pwrbtn.o
     42obj-$(CONFIG_INTEL_CHTDC_TI_PWRBTN)	+= intel_chtdc_ti_pwrbtn.o
     43intel_chtwc_int33fe-y			:= chtwc_int33fe.o
     44obj-$(CONFIG_INTEL_CHTWC_INT33FE)	+= intel_chtwc_int33fe.o
     45intel_mrfld_pwrbtn-y			:= mrfld_pwrbtn.o
     46obj-$(CONFIG_INTEL_MRFLD_PWRBTN)	+= intel_mrfld_pwrbtn.o
     47intel_punit_ipc-y			:= punit_ipc.o
     48obj-$(CONFIG_INTEL_PUNIT_IPC)		+= intel_punit_ipc.o
     49
     50# Intel Uncore drivers
     51intel-rst-y				:= rst.o
     52obj-$(CONFIG_INTEL_RST)			+= intel-rst.o
     53intel-smartconnect-y			:= smartconnect.o
     54obj-$(CONFIG_INTEL_SMARTCONNECT)	+= intel-smartconnect.o
     55intel_turbo_max_3-y			:= turbo_max_3.o
     56obj-$(CONFIG_INTEL_TURBO_MAX_3)		+= intel_turbo_max_3.o