xref: /openbmc/linux/arch/arm/mach-ux500/Makefile (revision ea47eed33a3fe3d919e6e3cf4e4eb5507b817188)
1#
2# Makefile for the linux kernel, U8500 machine.
3#
4
5obj-y				:= pm.o
6obj-$(CONFIG_UX500_SOC_DB8500)	+= cpu-db8500.o
7obj-$(CONFIG_SMP)		+= platsmp.o
8obj-$(CONFIG_PM_GENERIC_DOMAINS) += pm_domains.o
9