diff options
author | Tom Rini | 2021-08-11 08:26:52 -0400 |
---|---|---|
committer | Tom Rini | 2021-08-30 14:10:05 -0400 |
commit | c347e42f439d160aaa02c012d6297d413569e6fc (patch) | |
tree | 26b7f5885d3605053d48802fcbd3a8c35c581e5d /arch/powerpc/cpu/mpc85xx/Makefile | |
parent | c86320418302a6bee7f737fba8a1e9222737de6f (diff) |
powerpc: Remove unused FCC ethernet code
This code is no longer used, remove it.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx/Makefile')
-rw-r--r-- | arch/powerpc/cpu/mpc85xx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Makefile b/arch/powerpc/cpu/mpc85xx/Makefile index 15248a40824..6f4ad1f9b76 100644 --- a/arch/powerpc/cpu/mpc85xx/Makefile +++ b/arch/powerpc/cpu/mpc85xx/Makefile @@ -29,7 +29,6 @@ obj-$(CONFIG_CMD_ERRATA) += cmd_errata.o endif obj-$(CONFIG_CPM2) += commproc.o -obj-$(CONFIG_CPM2) += ether_fcc.o obj-$(CONFIG_OF_LIBFDT) += fdt.o obj-$(CONFIG_FSL_CORENET) += liodn.o obj-$(CONFIG_MP) += mp.o |