From 9b6b004c2949720cc2d4779e9b336aa19f47c3b1 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Tue, 1 Dec 2009 11:40:04 +0100 Subject: [PATCH] Don't reference non existing file --- target/linux/xburst/files-2.6.31/arch/mips/jz4740/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/xburst/files-2.6.31/arch/mips/jz4740/Makefile b/target/linux/xburst/files-2.6.31/arch/mips/jz4740/Makefile index 066d2ab17..05f943daa 100644 --- a/target/linux/xburst/files-2.6.31/arch/mips/jz4740/Makefile +++ b/target/linux/xburst/files-2.6.31/arch/mips/jz4740/Makefile @@ -4,7 +4,7 @@ # Object file lists. -obj-y += prom.o irq.o time2.o reset.o setup.o dma.o \ +obj-y += prom.o irq.o time.o reset.o setup.o dma.o \ gpio.o clock.o platform.o obj-$(CONFIG_PROC_FS) += proc.o