From 4c3d8724bb8a0584c5c9296718610947944d4a80 Mon Sep 17 00:00:00 2001 From: Kristoffer Ericson Date: Tue, 1 May 2007 12:21:26 +0900 Subject: [PATCH] --- yaml --- r: 54375 b: refs/heads/master c: 3dde7a3c74bcc25c6fc31b836fec8c91fb0b2b8f h: refs/heads/master i: 54373: 7b0a0cece5256665d02f5a6810aadc7b816aa33c 54371: ba05c35e66a6430c075644374460e019efe02006 54367: e81ee8b91321f9da36bf75059701f231d195885a v: v3 --- [refs] | 2 +- trunk/arch/sh/boards/hp6xx/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index c0d48de39796..1857b08a1d86 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 70fe4d87bf72053f78cf3d2e6cefa5d51a2c30af +refs/heads/master: 3dde7a3c74bcc25c6fc31b836fec8c91fb0b2b8f diff --git a/trunk/arch/sh/boards/hp6xx/Makefile b/trunk/arch/sh/boards/hp6xx/Makefile index ff1b7f5b4e91..b3124278247c 100644 --- a/trunk/arch/sh/boards/hp6xx/Makefile +++ b/trunk/arch/sh/boards/hp6xx/Makefile @@ -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