mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 01:06:40 +07:00
b7e614c8bf
This patch moves cpufreq driver of ARM based integrator platform to drivers/cpufreq. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
13 lines
278 B
Makefile
13 lines
278 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
# Object file lists.
|
|
|
|
obj-y := core.o lm.o leds.o
|
|
obj-$(CONFIG_ARCH_INTEGRATOR_AP) += integrator_ap.o
|
|
obj-$(CONFIG_ARCH_INTEGRATOR_CP) += integrator_cp.o
|
|
|
|
obj-$(CONFIG_PCI) += pci_v3.o pci.o
|
|
obj-$(CONFIG_INTEGRATOR_IMPD1) += impd1.o
|