O_TARGET 	:= pcmf502_pci.o

EXTRA_CFLAGS	+= -DLINUX_OS -I../src/includes -I../src/includes/pcmcia
EXTRA_CFLAGS	+= -I$(TOPDIR)/drivers/pcmcia -DPCI -DRFMD -DINT_ROAM

obj-y := card_pci.o command_pci.o fastvnet_cs_pci.o \
	interrupt_pci.o mgmt_pci.o rx_pci.o tx_pci.o \
	vnet_pci.o vnetlinux_pci.o

ifeq ($(CONFIG_ATMELWLAN_PCI_DEBUG),y)
	obj-y	+= debug_pci.o
	EXTRA_CFLAGS	+= -DPCI_DEBUG
endif

obj-$(CONFIG_ATMELWLAN_PCI_506) 	+= $(O_TARGET)

include $(TOPDIR)/Rules.make

