aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Makefile
diff options
context:
space:
mode:
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-06-18 00:45:53 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-08-12 15:37:45 -0400
commit19c72cacce0ed8def4a37a5b4c4408cc83cf949c (patch)
tree91c87ef23a6d8f3555db3a58023c6e8cff84e71e /drivers/net/Makefile
parent7443713a31f284365454493a9adbaea02bcc4344 (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/Makefile1
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
54obj-$(CONFIG_MACVTAP) += macvtap.o 54obj-$(CONFIG_MACVTAP) += macvtap.o
55obj-$(CONFIG_DEFXX) += defxx.o 55obj-$(CONFIG_DEFXX) += defxx.o
56obj-$(CONFIG_EQUALIZER) += eql.o 56obj-$(CONFIG_EQUALIZER) += eql.o
57obj-$(CONFIG_KORINA) += korina.o
58obj-$(CONFIG_MIPS_SIM_NET) += mipsnet.o 57obj-$(CONFIG_MIPS_SIM_NET) += mipsnet.o
59obj-$(CONFIG_TUN) += tun.o 58obj-$(CONFIG_TUN) += tun.o
60obj-$(CONFIG_VETH) += veth.o 59obj-$(CONFIG_VETH) += veth.o