1#
2# Makefile for the Ethernet Bonding driver
3#
4
5O_TARGET := bonding.o
6
7obj-y	 := bond_main.o \
8            bond_3ad.o  \
9	    bond_alb.o
10
11obj-m	 := $(O_TARGET)
12
13include $(TOPDIR)/Rules.make
14
15