Skip to content

Commit 7031c3e

Browse files
committed
platform/x86/intel/Makefile: cleanup
JIRA: https://issues.redhat.com/browse/RHEL-79669 Upstream Status: RHEL-only Over time this file has diverged from upstream. In order to allow for cleaner back ports it makes sense to update it so that it as close to upstream as possible. No functional change intended. Signed-off-by: David Arcari <darcari@redhat.com>
1 parent 0a3f38e commit 7031c3e

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

drivers/platform/x86/intel/Makefile

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,39 @@
77
obj-$(CONFIG_INTEL_ATOMISP2_PDX86) += atomisp2/
88
obj-$(CONFIG_INTEL_IFS) += ifs/
99
obj-$(CONFIG_INTEL_SAR_INT1092) += int1092/
10-
obj-$(CONFIG_INTEL_CHT_INT33FE) += int33fe/
1110
obj-$(CONFIG_INTEL_SKL_INT3472) += int3472/
1211
obj-$(CONFIG_INTEL_PMC_CORE) += pmc/
1312
obj-$(CONFIG_INTEL_PMT_CLASS) += pmt/
14-
obj-$(CONFIG_INTEL_TELEMETRY) += telemetry/
1513
obj-$(CONFIG_INTEL_SPEED_SELECT_INTERFACE) += speed_select_if/
14+
obj-$(CONFIG_INTEL_TELEMETRY) += telemetry/
1615
obj-$(CONFIG_INTEL_WMI) += wmi/
1716
obj-$(CONFIG_INTEL_UNCORE_FREQ_CONTROL) += uncore-frequency/
1817

18+
# Intel input drivers
19+
intel-hid-y := hid.o
20+
obj-$(CONFIG_INTEL_HID_EVENT) += intel-hid.o
21+
intel-vbtn-y := vbtn.o
22+
obj-$(CONFIG_INTEL_VBTN) += intel-vbtn.o
23+
1924
# Intel miscellaneous drivers
2025
obj-$(CONFIG_INTEL_ISHTP_ECLITE) += ishtp_eclite.o
26+
intel_int0002_vgpio-y := int0002_vgpio.o
27+
obj-$(CONFIG_INTEL_INT0002_VGPIO) += intel_int0002_vgpio.o
28+
intel_oaktrail-y := oaktrail.o
29+
obj-$(CONFIG_INTEL_OAKTRAIL) += intel_oaktrail.o
2130
intel_sdsi-y := sdsi.o
2231
obj-$(CONFIG_INTEL_SDSI) += intel_sdsi.o
2332
intel_vsec-y := vsec.o
2433
obj-$(CONFIG_INTEL_VSEC) += intel_vsec.o
2534

35+
# Intel PMIC / PMC / P-Unit drivers
36+
obj-$(CONFIG_INTEL_CHT_INT33FE) += int33fe/
37+
38+
# TPMI drivers
39+
intel_vsec_tpmi-y := tpmi.o
40+
obj-$(CONFIG_INTEL_TPMI) += intel_vsec_tpmi.o
41+
obj-$(CONFIG_INTEL_PLR_TPMI) += intel_plr_tpmi.o
42+
2643
intel_tpmi_power_domains-y := tpmi_power_domains.o
2744
obj-$(CONFIG_INTEL_TPMI_POWER_DOMAINS) += intel_tpmi_power_domains.o
2845

@@ -34,19 +51,4 @@ obj-$(CONFIG_INTEL_SMARTCONNECT) += intel-smartconnect.o
3451
intel_turbo_max_3-y := turbo_max_3.o
3552
obj-$(CONFIG_INTEL_TURBO_MAX_3) += intel_turbo_max_3.o
3653

37-
# TPMI drivers
38-
intel_vsec_tpmi-y := tpmi.o
39-
obj-$(CONFIG_INTEL_TPMI) += intel_vsec_tpmi.o
40-
obj-$(CONFIG_INTEL_PLR_TPMI) += intel_plr_tpmi.o
4154

42-
# Intel input drivers
43-
intel-hid-y := hid.o
44-
obj-$(CONFIG_INTEL_HID_EVENT) += intel-hid.o
45-
intel-vbtn-y := vbtn.o
46-
obj-$(CONFIG_INTEL_VBTN) += intel-vbtn.o
47-
48-
# Intel miscellaneous drivers
49-
intel_int0002_vgpio-y := int0002_vgpio.o
50-
obj-$(CONFIG_INTEL_INT0002_VGPIO) += intel_int0002_vgpio.o
51-
intel_oaktrail-y := oaktrail.o
52-
obj-$(CONFIG_INTEL_OAKTRAIL) += intel_oaktrail.o

0 commit comments

Comments
 (0)