
O_TARGET	:= prism25.o

_subdirs := p80211 cs pci plx usb 

subdir-$(CONFIG_P80211) += $(_subdirs)

ifeq ($(CONFIG_PRISM25),y)
  subdir-m += $(_subdirs)
  obj-y += p80211/p80211.o
  obj-y += cs/prism2_cs.o
  obj-y += pci/prism2_pci.o
  obj-y += plx/prism2_plx.o
  obj-y += usb/prism2_usb.o
endif

include $(TOPDIR)/Rules.make



