blob: 1e36d57b4830f967370fd5f4b375591e92782a48 [file] [log] [blame]
# PCIe Software Queue driver
# - Software layer on top of low level PCIe driver that adds support
# for s/w queue and priority
#
MOD_NAME = pcie_sw_queue
MOD_DEPS = pcie
ifeq ("$(OS_KERNEL)", "linux")
MOD_TYPE = linux_lib
else
MOD_TYPE = lib
endif
ifneq ("$(RAW_TRANSPORT_VIA_UDP)", "y")
srcs = bcmtr_pcie_sw_queue.c
endif
USE_LINT = yes