
O_TARGET := mod_acx100.o

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

list-multi := acx100_pci.o

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

obj-$(CONFIG_ACX100)   := acx100_pci.o

include $(TOPDIR)/Rules.make

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