
O_TARGET	:= built-in.o

export-objs := hostap.o hostap_crypt.o

obj-$(CONFIG_HOSTAP)		+= hostap.o hostap_crypt.o hostap_crypt_wep.o
obj-$(CONFIG_HOSTAP_CS)		+= hostap_cs.o
obj-$(CONFIG_HOSTAP_PLX)	+= hostap_plx.o
obj-$(CONFIG_HOSTAP_PCI)	+= hostap_pci.o

include $(TOPDIR)/Rules.make



