
# The target object and module list name.

O_TARGET	:= p80211.o
EXTRA_CFLAGS	:= -D__LINUX_WLAN__

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

p80211-objs	:= p80211conv.o p80211req.o p80211frm.o p80211wext.o p80211netdev.o p80211mod.o

# Object file lists.

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

# Each configuration option enables a list of files.

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

# The global Rules.make.

include $(TOPDIR)/Rules.make

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