]> Pileus Git - ~andy/linux/commitdiff
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 ff1b7f5b4e918a03378d78c50efb9772b7a85fcf..b3124278247c0d44707f8891f8d2e24d7543a58a 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