Skip to content

Commit f4b927a

Browse files
committed
x86_64: simplify cpufreq build
Instead of copying the i386 Makefile and handling path substitutions just use the i386 cpufreq Makefile. Signed-off-by: Thomas Gleixner <[email protected]>
1 parent 04c1717 commit f4b927a

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

arch/x86_64/kernel/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o crash.o
2727
obj-$(CONFIG_CRASH_DUMP) += crash_dump.o
2828
obj-$(CONFIG_PM) += suspend.o
2929
obj-$(CONFIG_HIBERNATION) += suspend_asm.o
30-
obj-$(CONFIG_CPU_FREQ) += cpufreq/
30+
obj-$(CONFIG_CPU_FREQ) += ../../i386/kernel/cpu/cpufreq/
3131
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
3232
obj-$(CONFIG_IOMMU) += pci-gart.o aperture.o
3333
obj-$(CONFIG_CALGARY_IOMMU) += pci-calgary.o tce.o

arch/x86_64/kernel/cpufreq/Makefile

-17
This file was deleted.

0 commit comments

Comments
 (0)