# Makefile for the prism54 softmac driver

# assign those variables so that they are not overwritten when this
# makefile is called again from the kernel tree

obj-$(CONFIG_PRISM54_SOFTMAC)	+= islsm.o islsm_pci.o islsm_usb.o islsm_device.o

islsm-objs := islsm_netdev.o islsm_ioctl.o islsm_output.o islsm_bra.o	\
islsm_input.o islsm_alloc_skb.o islsm_log.o islsm_pda.o
islsm_device-objs := islsm_uart.o islsm_sysfs.o
islsm_usb-objs 	:= islusb_init.o islusb_transport.o islusb_3887.o islusb_net2280.o
islsm_pci-objs 	:= islpci_hotplug.o islpci_dev.o isl_38xx.o
