diff options
Diffstat (limited to 'arch/mips/pmc/cp7000/Makefile')
-rw-r--r-- | arch/mips/pmc/cp7000/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/pmc/cp7000/Makefile b/arch/mips/pmc/cp7000/Makefile index ab6153f90..a7ad746d5 100644 --- a/arch/mips/pmc/cp7000/Makefile +++ b/arch/mips/pmc/cp7000/Makefile @@ -12,7 +12,8 @@ $(CC) $(CFLAGS) -c $< -o $*.o O_TARGET := cp7000.o -O_OBJS := i2o.o int-handler.o irq.o irq-handler.o pci.o promcon.o reset.o \ + +obj-y := i2o.o int-handler.o irq.o irq-handler.o pci.o promcon.o reset.o \ serialGT.o setup.o include $(TOPDIR)/Rules.make |