diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-23 13:23:58 +1000 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-27 17:24:37 +1000 |
commit | acdbec1b8974f61b0cb69ebe57916f8721b2f3d7 (patch) | |
tree | 73d03d16bfe954fff13258a910b0a36a7a5b6f74 /arch/powerpc/platforms/iseries/Makefile | |
parent | ba0dd617a3e23321a14cb38ff7ad6f796ba32c34 (diff) |
powerpc: Move HvLpConfig.c to powerpc arch
Also rename it to hvlpconfig.c
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/powerpc/platforms/iseries/Makefile')
-rw-r--r-- | arch/powerpc/platforms/iseries/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/iseries/Makefile b/arch/powerpc/platforms/iseries/Makefile index af0c7d97121d..3b7a31d4acda 100644 --- a/arch/powerpc/platforms/iseries/Makefile +++ b/arch/powerpc/platforms/iseries/Makefile @@ -1 +1 @@ -obj-$(CONFIG_PPC_ISERIES) += hvcall.o +obj-$(CONFIG_PPC_ISERIES) += hvcall.o hvlpconfig.o |