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

# The target object and module list name.

O_TARGET	:= prism2_plx.o
EXTRA_CFLAGS	:= -I. -DWLAN_HOSTIF=WLAN_PLX -D__LINUX_WLAN__

# To use if driver has more than one file
list-multi := prism2_plx.o

prism2-objs	:= prism2sta.o prism2mgmt.o prism2mib.o hfa384x.o prism2wext.o

# Object file lists.

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

# Each configuration option enables a list of files.

obj-$(CONFIG_PRISM2_PCI)		+= $(O_TARGET)

# The global Rules.make.

include $(TOPDIR)/Rules.make

$(O_TARGET): $(prism2-objs)
	$(LD) -r -o $@ $(prism2-objs)
