sh: Fix APM emulation on hp6xx.
authorKristoffer Ericson <kristoffer.ericson@gmail.com>
Tue, 1 May 2007 03:21:26 +0000 (12:21 +0900)
committerPaul Mundt <lethal@hera.kernel.org>
Mon, 7 May 2007 02:11:57 +0000 (02:11 +0000)
With the shared APM emulation code being introduced, hp6xx was missed
in the conversion. Get it building again.

Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/boards/hp6xx/Makefile

index ff1b7f5..b312427 100644 (file)
@@ -2,6 +2,6 @@
 # Makefile for the HP6xx specific parts of the kernel
 #
 
-obj-y                  := setup.o
+obj-y                  := setup.o
 obj-$(CONFIG_PM)       += pm.o pm_wakeup.o
-obj-$(CONFIG_APM)      += hp6xx_apm.o
+obj-$(CONFIG_APM_EMULATION)    += hp6xx_apm.o