diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-11-09 18:07:45 +1100 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-11-09 18:07:45 +1100 |
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 c441aebe764..13e47984624 100644 --- a/arch/ppc64/kernel/Makefile +++ b/arch/ppc64/kernel/Makefile @@ -11,7 +11,7 @@ obj-y := misc.o prom.o endif -obj-y += irq.o idle.o dma.o \ +obj-y += idle.o dma.o \ align.o pacaData.o \ udbg.o ioctl32.o \ rtc.o \ |