diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-06-18 00:45:53 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-12 15:37:45 -0400 |
commit | 19c72cacce0ed8def4a37a5b4c4408cc83cf949c (patch) | |
tree | 91c87ef23a6d8f3555db3a58023c6e8cff84e71e /drivers/net/Makefile | |
parent | 7443713a31f284365454493a9adbaea02bcc4344 (diff) |
korina: Move the IDT driver
Move the IDT driver into drivers/net/ethernet/ and make the
necessary Kconfig and Makefile changes
CC: "IDT Inc." <rischelp@idt.com>
CC: Felix Fietkau <nbd@openwrt.org>
CC: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r-- | drivers/net/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index 2fb039b963fb..6c17cb6c35a7 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile | |||
@@ -54,7 +54,6 @@ obj-$(CONFIG_MACVLAN) += macvlan.o | |||
54 | obj-$(CONFIG_MACVTAP) += macvtap.o | 54 | obj-$(CONFIG_MACVTAP) += macvtap.o |
55 | obj-$(CONFIG_DEFXX) += defxx.o | 55 | obj-$(CONFIG_DEFXX) += defxx.o |
56 | obj-$(CONFIG_EQUALIZER) += eql.o | 56 | obj-$(CONFIG_EQUALIZER) += eql.o |
57 | obj-$(CONFIG_KORINA) += korina.o | ||
58 | obj-$(CONFIG_MIPS_SIM_NET) += mipsnet.o | 57 | obj-$(CONFIG_MIPS_SIM_NET) += mipsnet.o |
59 | obj-$(CONFIG_TUN) += tun.o | 58 | obj-$(CONFIG_TUN) += tun.o |
60 | obj-$(CONFIG_VETH) += veth.o | 59 | obj-$(CONFIG_VETH) += veth.o |