From 947d1056ac89ef0fc5a6447ce0108d2589e3d00a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 29 Mar 2015 07:10:13 -0600 Subject: [PATCH] PIC32MZ: Rename Ethernet files to proper convention. From Kristopher Tate. --- .../src/pic32mz/chip/{pic32mz_ethernet.h => pic32mz-ethernet.h} | 0 arch/mips/src/pic32mz/{pic32mz_ethernet.c => pic32mz-ethernet.c} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename arch/mips/src/pic32mz/chip/{pic32mz_ethernet.h => pic32mz-ethernet.h} (100%) rename arch/mips/src/pic32mz/{pic32mz_ethernet.c => pic32mz-ethernet.c} (100%) diff --git a/arch/mips/src/pic32mz/chip/pic32mz_ethernet.h b/arch/mips/src/pic32mz/chip/pic32mz-ethernet.h similarity index 100% rename from arch/mips/src/pic32mz/chip/pic32mz_ethernet.h rename to arch/mips/src/pic32mz/chip/pic32mz-ethernet.h diff --git a/arch/mips/src/pic32mz/pic32mz_ethernet.c b/arch/mips/src/pic32mz/pic32mz-ethernet.c similarity index 100% rename from arch/mips/src/pic32mz/pic32mz_ethernet.c rename to arch/mips/src/pic32mz/pic32mz-ethernet.c