#
# Makefile for the Intel(R) PRO/1000 ethernet driver
#

O_TARGET := ../ixgbe.o

obj-y	:=  src/ixgbe_82598.o src/ixgbe_api.o src/ixgbe_common.o src/ixgbe_ethtool.o src/ixgbe_main.o src/ixgbe_param.o src/ixgbe_phy.o src/kcompat.o  
obj-m	:= $(O_TARGET)

include $(TOPDIR)/Rules.make
