mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-13 04:41:17 +00:00
3e9cc70590
This patch adds an initcall for the pxa platforms so that they register their PMU IRQs with the PMU framework in the Kernel. Cc: Eric Miao <eric.y.miao@gmail.com> Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
12 lines
229 B
Makefile
12 lines
229 B
Makefile
#
|
|
# Makefile for code common across different PXA processor families
|
|
#
|
|
|
|
obj-y := dma.o pmu.o
|
|
|
|
obj-$(CONFIG_GENERIC_GPIO) += gpio.o
|
|
obj-$(CONFIG_PXA3xx) += mfp.o
|
|
obj-$(CONFIG_ARCH_MMP) += mfp.o
|
|
|
|
obj-$(CONFIG_HAVE_PWM) += pwm.o
|