3aa770e797
This adds some simple PM stubs and the basic APM interfaces, primarily for use by hp6xx, where the existing userland expects it. Signed-off-by: Andriy Skulysh <askulysh@gmail.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
10 lines
158 B
Makefile
10 lines
158 B
Makefile
#
|
|
# Makefile for the HP6xx specific parts of the kernel
|
|
#
|
|
|
|
obj-y := mach.o setup.o
|
|
obj-$(CONFIG_PM) += pm.o pm_wakeup.o
|
|
obj-$(CONFIG_APM) += hp6xx_apm.o
|
|
|
|
|