diff options
author | Kevin Hao <haokexin@gmail.com> | 2013-09-26 03:42:27 +0200 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2013-10-29 03:11:21 +0100 |
commit | befe7c123ee4546316bb9aa9952c0e2f7c0d9c48 (patch) | |
tree | c8131faf760a12593e890dfcc95a39fab16dc20b /arch/powerpc/platforms/85xx/Makefile | |
parent | powerpc/85xx: introduce corenet_generic machine (diff) | |
download | linux-befe7c123ee4546316bb9aa9952c0e2f7c0d9c48.tar.xz linux-befe7c123ee4546316bb9aa9952c0e2f7c0d9c48.zip |
powerpc/85xx: rename the corenet_ds.c to corenet_generic.c
This file is also used by some RDB and QDS boards. So the name seems
not so accurate. Rename it to corenet_generic.c. Also update the
function names in this file according to the change.
Signed-off-by: Kevin Hao <haokexin@gmail.com>
Diffstat (limited to 'arch/powerpc/platforms/85xx/Makefile')
-rw-r--r-- | arch/powerpc/platforms/85xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/85xx/Makefile b/arch/powerpc/platforms/85xx/Makefile index a6c281d596e8..dd4c0b59577b 100644 --- a/arch/powerpc/platforms/85xx/Makefile +++ b/arch/powerpc/platforms/85xx/Makefile @@ -18,7 +18,7 @@ obj-$(CONFIG_P1010_RDB) += p1010rdb.o obj-$(CONFIG_P1022_DS) += p1022_ds.o obj-$(CONFIG_P1022_RDK) += p1022_rdk.o obj-$(CONFIG_P1023_RDS) += p1023_rds.o -obj-$(CONFIG_CORENET_GENERIC) += corenet_ds.o +obj-$(CONFIG_CORENET_GENERIC) += corenet_generic.o obj-$(CONFIG_STX_GP3) += stx_gp3.o obj-$(CONFIG_TQM85xx) += tqm85xx.o obj-$(CONFIG_SBC8548) += sbc8548.o |