diff options
| author | John Crispin <john@openwrt.org> | 2008-06-28 21:26:03 +0000 |
|---|---|---|
| committer | John Crispin <john@openwrt.org> | 2008-06-28 21:26:03 +0000 |
| commit | 537b6126ec25876cc937dcabc2f1fbfbbb9ce451 (patch) | |
| tree | a5fe382aff264e1f6e40d6e684773759a5ca6552 /target/linux | |
| parent | f086a123c9710ae5f92f8526b12fa6290ab2471a (diff) | |
| download | upstream-537b6126ec25876cc937dcabc2f1fbfbbb9ce451.tar.gz upstream-537b6126ec25876cc937dcabc2f1fbfbbb9ce451.tar.bz2 upstream-537b6126ec25876cc937dcabc2f1fbfbbb9ce451.zip | |
rename some ifxmips files
SVN-Revision: 11603
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/ifxmips/files/arch/mips/ifxmips/Makefile | 2 | ||||
| -rw-r--r-- | target/linux/ifxmips/files/arch/mips/ifxmips/clock.c (renamed from target/linux/ifxmips/files/arch/mips/ifxmips/cgu.c) | 0 | ||||
| -rw-r--r-- | target/linux/ifxmips/files/arch/mips/ifxmips/timer.c (renamed from target/linux/ifxmips/files/arch/mips/ifxmips/gptu.c) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ifxmips/files/arch/mips/ifxmips/Makefile b/target/linux/ifxmips/files/arch/mips/ifxmips/Makefile index b221c37d6e0..eb9a77ede4c 100644 --- a/target/linux/ifxmips/files/arch/mips/ifxmips/Makefile +++ b/target/linux/ifxmips/files/arch/mips/ifxmips/Makefile @@ -1 +1 @@ -obj-y := reset.o prom.o setup.o interrupt.o dma-core.o pmu.o board.o cgu.o gptu.o gpio.o +obj-y := reset.o prom.o setup.o interrupt.o dma-core.o pmu.o board.o clock.o timer.o gpio.o diff --git a/target/linux/ifxmips/files/arch/mips/ifxmips/cgu.c b/target/linux/ifxmips/files/arch/mips/ifxmips/clock.c index d1e2ff4fad3..d1e2ff4fad3 100644 --- a/target/linux/ifxmips/files/arch/mips/ifxmips/cgu.c +++ b/target/linux/ifxmips/files/arch/mips/ifxmips/clock.c diff --git a/target/linux/ifxmips/files/arch/mips/ifxmips/gptu.c b/target/linux/ifxmips/files/arch/mips/ifxmips/timer.c index 738f4200303..738f4200303 100644 --- a/target/linux/ifxmips/files/arch/mips/ifxmips/gptu.c +++ b/target/linux/ifxmips/files/arch/mips/ifxmips/timer.c |
