mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-13 02:37:08 +00:00
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
12 lines
268 B
Makefile
12 lines
268 B
Makefile
#
|
|
# arch/blackfin/mach-common/Makefile
|
|
#
|
|
|
|
obj-y := \
|
|
cache.o cacheinit.o entry.o \
|
|
interrupt.o lock.o irqpanic.o arch_checks.o ints-priority.o
|
|
|
|
obj-$(CONFIG_PM) += pm.o dpmc_modes.o
|
|
obj-$(CONFIG_CPU_FREQ) += cpufreq.o
|
|
obj-$(CONFIG_CPU_VOLTAGE) += dpmc.o
|