diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-11-22 15:51:26 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-11-22 15:51:26 +0000 |
commit | 4a13312b4c9256ff4bc5eba83ac242448bf1cd4b (patch) | |
tree | aa7d33f4d9b05a7419cb9d8656c0f4ac58367bee /arch/mips/ddb5074/Makefile | |
parent | 316578bcc36452acee5f116b547d968c9b7b64bd (diff) |
Unify the dozen pci-dma copies we had.
Diffstat (limited to 'arch/mips/ddb5074/Makefile')
-rw-r--r-- | arch/mips/ddb5074/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/ddb5074/Makefile b/arch/mips/ddb5074/Makefile index 559e0bc8e..d041acef5 100644 --- a/arch/mips/ddb5074/Makefile +++ b/arch/mips/ddb5074/Makefile @@ -17,6 +17,6 @@ $(CC) $(CFLAGS) -c $< -o $*.o O_TARGET = ddb5074.a -O_OBJS = setup.o irq.o time.o prom.o pci.o pci-dma.o int-handler.o nile4.o +O_OBJS = setup.o irq.o time.o prom.o pci.o int-handler.o nile4.o include $(TOPDIR)/Rules.make |