diff options
Diffstat (limited to 'arch/mips/ddb5476/Makefile')
-rw-r--r-- | arch/mips/ddb5476/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/ddb5476/Makefile b/arch/mips/ddb5476/Makefile index 330aed8a1..cb061ab5f 100644 --- a/arch/mips/ddb5476/Makefile +++ b/arch/mips/ddb5476/Makefile @@ -15,7 +15,7 @@ $(CC) $(CFLAGS) -c $< -o $*.o O_TARGET = ddb5476.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 ifdef CONFIG_REMOTE_DEBUG O_OBJS += dbg_io.o |