Makefile 211 B

12345678
  1. #
  2. # Makefile for the network team driver
  3. #
  4. obj-$(CONFIG_NET_TEAM) += team.o
  5. obj-$(CONFIG_NET_TEAM_MODE_ROUNDROBIN) += team_mode_roundrobin.o
  6. obj-$(CONFIG_NET_TEAM_MODE_ACTIVEBACKUP) += team_mode_activebackup.o