#
# Makefile for the Ethernet Bonding driver
#

O_TARGET := bonding.o

obj-y	 := bond_main.o \
	    bond_3ad.o \
	    bond_alb.o

obj-m	 := $(O_TARGET)

include $(TOPDIR)/Rules.make

