forked from luck/tmp_suning_uos_patched
376e9c5848
This is a very initial pm support and basically does nothing. With this pm support entry, drivers can start testing their own pm functions. Signed-off-by: Shawn Guo <shawn.guo@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
14 lines
356 B
Makefile
14 lines
356 B
Makefile
# Common support
|
|
obj-y := clock.o devices.o gpio.o icoll.o iomux.o system.o timer.o
|
|
|
|
obj-$(CONFIG_MXS_OCOTP) += ocotp.o
|
|
obj-$(CONFIG_PM) += pm.o
|
|
|
|
obj-$(CONFIG_SOC_IMX23) += clock-mx23.o mm-mx23.o
|
|
obj-$(CONFIG_SOC_IMX28) += clock-mx28.o mm-mx28.o
|
|
|
|
obj-$(CONFIG_MACH_MX23EVK) += mach-mx23evk.o
|
|
obj-$(CONFIG_MACH_MX28EVK) += mach-mx28evk.o
|
|
|
|
obj-y += devices/
|