diff options
Diffstat (limited to 'arch/mips/baget/Makefile')
-rw-r--r-- | arch/mips/baget/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/baget/Makefile b/arch/mips/baget/Makefile index 6bddfad4b..6a16ad464 100644 --- a/arch/mips/baget/Makefile +++ b/arch/mips/baget/Makefile @@ -15,7 +15,7 @@ image: ../../../vmlinux cp -f $< $@ O_TARGET := baget.a -O_OBJS := baget.o print.o setup.o time.o irq.o bagetIRQ.o reset.o wbflush.o +O_OBJS := baget.o print.o setup.o time.o irq.o bagetIRQ.o reset.o ifeq ($(CONFIG_SERIAL),y) OX_OBJS += vacserial.o |