sh: APM/PM support.
[pandora-kernel.git] / arch / sh / boards / hp6xx / Makefile
1 #
2 # Makefile for the HP6xx specific parts of the kernel
3 #
4
5 obj-y                   := mach.o setup.o
6 obj-$(CONFIG_PM)        += pm.o pm_wakeup.o
7 obj-$(CONFIG_APM)       += hp6xx_apm.o
8
9