diff options
| author | Wolfgang Denk <[email protected]> | 2009-12-17 22:59:27 +0100 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2009-12-17 22:59:27 +0100 |
| commit | b6535daefd65c93ea429bc4728062379dda6e482 (patch) | |
| tree | 2ba6d227112143d5e522a2aca72a85671e08bd55 /drivers/net/Makefile | |
| parent | e5e4e705ce402856a4800ebf4c0cc163d41b58b0 (diff) | |
| parent | 1ab70f6fff9fa3b7910c11b874f625e004256c50 (diff) | |
Merge branch 'next' of git://git.denx.de/u-boot-net
Diffstat (limited to 'drivers/net/Makefile')
| -rw-r--r-- | drivers/net/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index fc9887b51d8..904727e1bfe 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -44,7 +44,7 @@ COBJS-$(CONFIG_GRETH) += greth.o COBJS-$(CONFIG_INCA_IP_SWITCH) += inca-ip_sw.o COBJS-$(CONFIG_KIRKWOOD_EGIGA) += kirkwood_egiga.o COBJS-$(CONFIG_DRIVER_KS8695ETH) += ks8695eth.o -COBJS-$(CONFIG_DRIVER_LAN91C96) += lan91c96.o +COBJS-$(CONFIG_LAN91C96) += lan91c96.o COBJS-$(CONFIG_MACB) += macb.o COBJS-$(CONFIG_MCFFEC) += mcffec.o mcfmii.o COBJS-$(CONFIG_MPC5xxx_FEC) += mpc5xxx_fec.o |
