ifeq ($(CONFIG_USERMODE),)
ifeq ($(CONFIG_NET_WIRELESS),y)
obj-m += hostap.o hostap_crypt_wep.o hostap_crypt_tkip.o hostap_crypt_ccmp.o
## obj-m += hostap_crypt.o
ifneq ($(CONFIG_PCMCIA),)
obj-m += hostap_cs.o
endif
obj-m += hostap_plx.o
obj-m += hostap_pci.o
endif
endif

modules modules_install clean:
	$(MAKE) -C $(KERNEL_SOURCE) SUBDIRS=$(shell pwd) $@

install: modules_install
