
O_TARGET := mod_acx100.o

EXTRA_CFLAGS := $(EXTRA_CFLAGS) -I. -DWLAN_HOSTIF=WLAN_PCI

list-multi := acx100_pci.o 
#acx100_usb.o

acx100_pci-objs := acx100.o acx100_conv.o acx100_helper.o acx100_helper2.o \
		   acx100_ioctl.o acx80211frm.o idma.o ihw.o

#acx100_usb-objs := acx100_usb.o
#acx100_usb-srcs := acx100_usb.c

obj-$(CONFIG_ACX100)   := acx100_pci.o 
#acx100_usb.o

include $(TOPDIR)/Rules.make

acx100_pci.o: $(acx100_pci-objs)
	$(LD) -r -o $@ $(acx100_pci-objs)

#acx100_usb.o: $(acx100_usb-objs)
#	$(LD) -r -o $@ $(acx100_usb-objs)

#$(usb_objs): $(acx100_usb-srcs)
#	$(CC) -DWLAN_HOSTIF=WLAN_USB -c $(acx100_usb-srcs)
