#
# Makefile for Intel EtherExpress Pro/100  driver.
#

# The target object and module list name.

# O_TARGET	:= e100.o

# Objects that export symbols.

export-objs	:=

# Object file lists.

obj-y	:=
obj-m	:=
obj-n	:=
obj-	:=

# Each configuration option enables a list of files.

obj-$(CONFIG_E100)		+= e100.o

# The global Rules.make.

include $(TOPDIR)/Rules.make

