diff options
author | Cong Wang <amwang@redhat.com> | 2013-05-27 15:49:16 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-05-27 23:34:46 -0700 |
commit | b1098bbe1b24d5d90cff92fbd716d2ef4bed2cff (patch) | |
tree | 4674ce6d6ed7ceab6c5427141e84653d687bb467 /Documentation/networking/Makefile | |
parent | 3dd17edea018bf37ca1c33685ca0256270ccdb2c (diff) | |
download | blackbird-op-linux-b1098bbe1b24d5d90cff92fbd716d2ef4bed2cff.tar.gz blackbird-op-linux-b1098bbe1b24d5d90cff92fbd716d2ef4bed2cff.zip |
bonding: remove ifenslave.c from kernel source
As Stephen proposed:
Since bonding supports configuration via iproute (netlink) and sysfs, I think
it is time to purge the old ifenslave code out of Documentation/networking
and update the documentation.
Suggested-by: Stephen Hemminger <stephen@networkplumber.org>
Cc: Stephen Hemminger <stephen@networkplumber.org>
Cc: Jay Vosburgh <fubar@us.ibm.com>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Cong Wang <amwang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/Makefile')
-rw-r--r-- | Documentation/networking/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/networking/Makefile b/Documentation/networking/Makefile index 24c308dd3fd1..0aa1ac98fc2b 100644 --- a/Documentation/networking/Makefile +++ b/Documentation/networking/Makefile @@ -1,11 +1,6 @@ # kbuild trick to avoid linker error. Can be omitted if a module is built. obj- := dummy.o -# List of programs to build -hostprogs-y := ifenslave - -HOSTCFLAGS_ifenslave.o += -I$(objtree)/usr/include - # Tell kbuild to always build the programs always := $(hostprogs-y) |