diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-11-03 15:26:23 +1100 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-11-03 16:03:20 +1100 |
commit | 62f4f47da64a10630d5f6dabc616477b0e09b612 (patch) | |
tree | cae7fc8698e2e8c18ad7e81a4c01c645757c53a6 /arch/ppc64/kernel/Makefile | |
parent | da80d460bf4606671df3ba53408f45ab848e67ba (diff) |
powerpc: move ppc64/kernel/signal.c to arch/powerpc
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/ppc64/kernel/Makefile')
-rw-r--r-- | arch/ppc64/kernel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/Makefile b/arch/ppc64/kernel/Makefile index 74892ad032b..430cb3900a0 100644 --- a/arch/ppc64/kernel/Makefile +++ b/arch/ppc64/kernel/Makefile @@ -12,7 +12,6 @@ obj-y := misc.o prom.o endif obj-y += irq.o idle.o dma.o \ - signal.o \ align.o pacaData.o \ udbg.o ioctl32.o \ rtc.o \ |