diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-11-09 02:07:45 -0500 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-11-09 02:07:45 -0500 |
commit | 756e7104fefc82e3ebaa5f1da5ba6659c9c1cae5 (patch) | |
tree | 6b99d450f4fd8da4afb526d6ac0d169ffa9ccef6 /arch/ppc64/kernel/Makefile | |
parent | d4be4f37d9d2a5afc8e79a95beafbac4b83f20c5 (diff) |
powerpc: merge irq.c
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/ppc64/kernel/Makefile')
-rw-r--r-- | arch/ppc64/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/Makefile b/arch/ppc64/kernel/Makefile index c441aebe7648..13e479846249 100644 --- a/arch/ppc64/kernel/Makefile +++ b/arch/ppc64/kernel/Makefile | |||
@@ -11,7 +11,7 @@ obj-y := misc.o prom.o | |||
11 | 11 | ||
12 | endif | 12 | endif |
13 | 13 | ||
14 | obj-y += irq.o idle.o dma.o \ | 14 | obj-y += idle.o dma.o \ |
15 | align.o pacaData.o \ | 15 | align.o pacaData.o \ |
16 | udbg.o ioctl32.o \ | 16 | udbg.o ioctl32.o \ |
17 | rtc.o \ | 17 | rtc.o \ |