13 lines
297 B
Makefile
13 lines
297 B
Makefile
#
|
|
# arch/blackfin/mach-common/Makefile
|
|
#
|
|
|
|
obj-y := \
|
|
cache.o entry.o head.o \
|
|
interrupt.o irqpanic.o arch_checks.o ints-priority.o
|
|
|
|
obj-$(CONFIG_BFIN_ICACHE_LOCK) += lock.o
|
|
obj-$(CONFIG_PM) += pm.o dpmc_modes.o
|
|
obj-$(CONFIG_CPU_FREQ) += cpufreq.o
|
|
obj-$(CONFIG_CPU_VOLTAGE) += dpmc.o
|