obj-m += enyx_hfp.o \
         enyx_hfp_pci.o \
         enyx_hfp_mm.o \
         enyx_hfp_rx.o \
         enyx_hfp_tx.o \
         enyx_hfp_net.o \
         enyx_hfp_id.o

ccflags-y += -DENYX_HFP_MODULES_VERSION=\"$(MODULES_VERSION)\"

enyx_hfp-y += enyx_hfp_bus.o \
              enyx_hfp_char_device.o \
              enyx_hfp_irq_list.o \
              enyx_hfp_module.o

enyx_hfp_pci-y += enyx_hfp_pci_module.o

enyx_hfp_mm-y += enyx_hfp_mm_usr.o \
                 enyx_hfp_mm_module.o

enyx_hfp_rx-y += enyx_hfp_rx_usr.o \
                 enyx_hfp_rx_dev.o \
                 enyx_hfp_rx_module.o

enyx_hfp_tx-y += enyx_hfp_tx_usr.o \
                 enyx_hfp_tx_dev.o \
                 enyx_hfp_tx_module.o

enyx_hfp_net-y += enyx_hfp_net_dev.o \
                  enyx_hfp_net_module.o

enyx_hfp_id-y += enyx_hfp_id_usr.o \
                 enyx_hfp_id_module.o

