1*2ad0f7e9STom Jones.PATH: ${SRCTOP}/sys/dev/iwx 2*2ad0f7e9STom Jones 3*2ad0f7e9STom JonesKMOD= if_iwx 4*2ad0f7e9STom JonesSRCS= if_iwx.c if_iwx_debug.c 5*2ad0f7e9STom JonesSRCS+= device_if.h bus_if.h pci_if.h opt_wlan.h 6*2ad0f7e9STom Jones 7*2ad0f7e9STom JonesCFLAGS+= -DIWX_DEBUG=1 8*2ad0f7e9STom Jones# DEBUG_FLAGS= -O0 -g 9*2ad0f7e9STom Jones 10*2ad0f7e9STom Jones.include <bsd.kmod.mk> 11