diff options
author | Ben Warren <biggerbadderben@gmail.com> | 2008-11-09 21:29:23 -0800 |
---|---|---|
committer | Ben Warren <biggerbadderben@gmail.com> | 2008-11-09 21:38:04 -0800 |
commit | 4d03a4e20e58552cb96d61a0e8b56cdb6cc60126 (patch) | |
tree | f3aec263cbfba016beac2690e2e7a01ef750bf13 /cpu/ppc4xx/Makefile | |
parent | 96e21f86e8266ed40759e5495ee461265d7f6d28 (diff) | |
download | u-boot-imx-4d03a4e20e58552cb96d61a0e8b56cdb6cc60126.zip u-boot-imx-4d03a4e20e58552cb96d61a0e8b56cdb6cc60126.tar.gz u-boot-imx-4d03a4e20e58552cb96d61a0e8b56cdb6cc60126.tar.bz2 |
Moved PPC4xx EMAC driver to drivers/net
Also changed path in all linker scripts that reference this driver
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'cpu/ppc4xx/Makefile')
-rw-r--r-- | cpu/ppc4xx/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpu/ppc4xx/Makefile b/cpu/ppc4xx/Makefile index adfe13c..96ab5c6 100644 --- a/cpu/ppc4xx/Makefile +++ b/cpu/ppc4xx/Makefile @@ -38,7 +38,6 @@ COBJS += 44x_spd_ddr2.o ifdef CONFIG_PPC4xx_DDR_AUTOCALIBRATION COBJS += 4xx_ibm_ddr2_autocalib.o endif -COBJS-$(CONFIG_PPC4xx_EMAC) += 4xx_enet.o COBJS += 4xx_pci.o COBJS += 4xx_pcie.o COBJS += bedbug_405.o @@ -61,7 +60,6 @@ COBJS += usb.o COBJS += usb_ohci.o COBJS += usbdev.o ifndef CONFIG_XILINX_440 -COBJS += 4xx_enet.o COBJS += 4xx_uart.o COBJS += gpio.o COBJS += miiphy.o |